Changeset 45618 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Apr 18, 2013 6:41:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp
r44528 r45618 482 482 * Do we need the cache? Skip the last bit if we don't. 483 483 */ 484 if (! VMMIsHwVirtExtForced(pVM))484 if (!HMIsEnabled(pVM)) 485 485 return VINF_SUCCESS; 486 486
Note:
See TracChangeset
for help on using the changeset viewer.