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.23 by gbeauche, 2006-02-27T07:16:40Z vs.
Revision 1.24 by gbeauche, 2006-05-02T19:49:25Z

# Line 380 | Line 380 | int vm_acquire_fixed(void * addr, size_t
380          LPVOID ret_addr = VirtualAlloc(req_addr, req_size, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE);
381          if (ret_addr != req_addr)
382                  return -1;
383                return -1;
383   #else
384          // Unsupported
385          return -1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines