ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/vm_alloc.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/vm_alloc.cpp (file contents):
Revision 1.30 by gbeauche, 2008-01-17T23:19:01Z vs.
Revision 1.31 by gbeauche, 2008-01-20T00:38:52Z

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines