# | Line 60 | Line 60 | typedef unsigned long vm_uintptr_t; | |
---|---|---|
60 | because the emulated target is 32-bit and this helps to allocate | |
61 | memory so that branches could be resolved more easily (32-bit | |
62 | displacement to code in .text), on AMD64 for example. */ | |
63 | + | #if defined(__hpux) |
64 | + | #define MAP_32BIT MAP_ADDR32 |
65 | + | #endif |
66 | #ifndef MAP_32BIT | |
67 | #define MAP_32BIT 0 | |
68 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |