diff options
-rw-r--r-- | arch/x32/reloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x32/reloc.h b/arch/x32/reloc.h index 28cf7cc1..f294eece 100644 --- a/arch/x32/reloc.h +++ b/arch/x32/reloc.h @@ -2,7 +2,7 @@ #include <string.h> #include <elf.h> -#define LDSO_ARCH "x86_64" +#define LDSO_ARCH "x32" #define IS_COPY(x) ((x)==R_X86_64_COPY) #define IS_PLT(x) ((x)==R_X86_64_JUMP_SLOT) |