mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-27 03:58:11 +08:00
r196: fixed a compiling error
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#define HA_VERSION "0.3.0-dirty-r192"
|
||||
#define HA_VERSION "0.3.0-dirty-r196"
|
||||
|
||||
#define VERBOSE 0
|
||||
#define VERBOSE_GFA 1
|
||||
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
#include "Purge_Dups.h"
|
||||
#include "Overlaps.h"
|
||||
#include "Correct.h"
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include "ksort.h"
|
||||
#include "Purge_Dups.h"
|
||||
#include "Overlaps.h"
|
||||
#include "Correct.h"
|
||||
|
||||
#define Cal_Off(OFF) ((long long)((uint32_t)((OFF)>>32)) - (long long)((uint32_t)((OFF))))
|
||||
#define Get_match(x) ((x).weight)
|
||||
|
||||
Reference in New Issue
Block a user