diff options
Diffstat (limited to 'src/elfs/elfloader.c')
| -rw-r--r-- | src/elfs/elfloader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elfs/elfloader.c b/src/elfs/elfloader.c index 461fcb0d..39c83abc 100644 --- a/src/elfs/elfloader.c +++ b/src/elfs/elfloader.c @@ -175,7 +175,7 @@ const char* ElfPath(elfheader_t* head) return NULL; return head->path; } -#define ALIGN(p) (((p)+box64_pagesize-1)&~(box64_pagesize-1)) + int AllocLoadElfMemory(box64context_t* context, elfheader_t* head, int mainbin) { uintptr_t offs = 0; |