fix nvm_x86_64.c's MMAP define
This commit is contained in:
parent
210f6345c0
commit
b7afe7e597
@ -62,7 +62,7 @@ static void* mmap_nvm(u64 sz) {
|
||||
}
|
||||
|
||||
extern GLOBAL bool mem_log_enabled;
|
||||
#define MMAP(SZ) mmap_nvm(sz);
|
||||
#define MMAP(SZ) mmap_nvm(SZ)
|
||||
#define MUL 1
|
||||
#define ALLOC_MODE 1
|
||||
#include "../opt/mm_buddyTemplate.c"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user