@@ -39,10 +39,10 @@
# include <AK/Types.h>
#endif
-#ifdef __x86_64__
-# define ElfW(type) Elf64_##type
-#else
+#ifdef __i386__
# define ElfW(type) Elf32_##type
+#else
+# define ElfW(type) Elf64_##type
typedef uint8_t Elf_Byte;