Fixed build on Linux
This commit is contained in:
parent
7809f589b4
commit
9e6b2bb0e9
@ -23,6 +23,12 @@
|
||||
#include <elf.h>
|
||||
#include "Asm/format.h"
|
||||
|
||||
/* portability */
|
||||
#define Elf64_Quarter unsigned char
|
||||
#ifndef EM_486
|
||||
# define EM_486 6
|
||||
#endif
|
||||
|
||||
|
||||
/* ELF */
|
||||
/* private */
|
||||
|
Loading…
Reference in New Issue
Block a user