- Timestamp:
- Mar 26, 2009 5:35:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r18291 r18294 867 867 int rc = SUPR3PageAllocEx(cChunkPages, 0 /*fFlags*/, &pvChunk, 868 868 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 869 VMMIsHwVirtExtForced(pVM) ? & pvR0: NULL,869 VMMIsHwVirtExtForced(pVM) ? &R0PtrChunk : NULL, 870 870 #else 871 871 NULL,
Note:
See TracChangeset
for help on using the changeset viewer.