Changeset 70948 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Feb 10, 2018 3:38:12 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120791
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp
r69111 r70948 482 482 * Do we need the cache? Skip the last bit if we don't. 483 483 */ 484 if ( !HMIsEnabled(pVM))484 if (VM_IS_RAW_MODE_ENABLED(pVM)) 485 485 return VINF_SUCCESS; 486 486
Note:
See TracChangeset
for help on using the changeset viewer.