From 472ba8c1fd4cb26ce1234075d13ce15db7b7b0cd Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 1 Jun 2009 12:38:20 -0700 Subject: [PATCH] UPX_F_DYLIB_PPC32 is big endian, so move to >=128 --- src/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.h b/src/conf.h index 78098cc1..a7886def 100644 --- a/src/conf.h +++ b/src/conf.h @@ -475,7 +475,6 @@ private: #define UPX_F_MACH_ARMEL 32 #define UPX_F_DYLIB_i386 33 -#define UPX_F_DYLIB_PPC32 34 #define UPX_F_PLAIN_TEXT 127 @@ -488,6 +487,7 @@ private: #define UPX_F_VMLINUX_ARMEB 135 #define UPX_F_VMLINUX_PPC32 136 #define UPX_F_LINUX_ELF32_MIPSEB 137 +#define UPX_F_DYLIB_PPC32 138 // compression methods