1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

UPX_F_DYLIB_PPC32 is big endian, so move to >=128

This commit is contained in:
John Reiser 2009-06-01 12:38:20 -07:00
parent d8345a44a4
commit 472ba8c1fd

View File

@ -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