Changeset 29705 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 20, 2010 3:58:39 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp
r29703 r29705 80 80 #ifdef IPRT_TARGET_NT4 81 81 /* Play safe+wrong... it used to be a constant, but in w2k+ is a variable. */ 82 return (uintptr_t) >= _2G;82 return (uintptr_t)pv >= _2G; 83 83 #else 84 84 return (uintptr_t)pv >= (uintptr_t)MM_SYSTEM_RANGE_START;
Note:
See TracChangeset
for help on using the changeset viewer.