Changeset 21274 in vbox
- Timestamp:
- Jul 6, 2009 9:23:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp
r21273 r21274 61 61 /* the commpage is above this. */ 62 62 #ifdef RT_ARCH_X86 63 return (R3Ptr)< VM_MAX_ADDRESS;63 return R3Ptr < VM_MAX_ADDRESS; 64 64 #else 65 return (R3Ptr)< VM_MAX_PAGE_ADDRESS;65 return R3Ptr < VM_MAX_PAGE_ADDRESS; 66 66 #endif 67 67 }
Note:
See TracChangeset
for help on using the changeset viewer.