Changeset 50113 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 20, 2014 11:57:31 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/MMHyper.cpp
r50112 r50113 817 817 &pv, 818 818 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 819 HMIsEnabled(pVM) ? &pvR0 : NULL,819 &pvR0, 820 820 #else 821 821 NULL, … … 824 824 if (RT_SUCCESS(rc)) 825 825 { 826 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 827 if (!HMIsEnabled(pVM)) 828 pvR0 = NIL_RTR0PTR; 829 #else 826 #ifndef VBOX_WITH_2X_4GB_ADDR_SPACE 830 827 pvR0 = (uintptr_t)pv; 831 828 #endif
Note:
See TracChangeset
for help on using the changeset viewer.