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

fix debug mixup

This commit is contained in:
John Reiser 2009-09-01 07:21:18 -07:00
parent aa74276b25
commit ae0ab5025e

View File

@ -301,8 +301,8 @@ typedef union {
#define MAP_FIXED 0x10
#define MAP_PRIVATE 0x02
//#define MAP_ANON 0x1000
#define MAP_ANON 0x20 // x86 DEBUG ONLY
#define MAP_ANON 0x1000
//#define MAP_ANON 0x20 // x86 DEBUG ONLY
#define PROT_READ 1
#define PROT_WRITE 2
#define PROT_EXEC 4