Changeset 32613 in vbox
- Timestamp:
- Sep 17, 2010 3:26:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SELM.cpp
r30647 r32613 453 453 /* TRPM will be updating the eip */ 454 454 455 if (!pVM->selm.s.fDisableMonitoring) 455 if ( !pVM->selm.s.fDisableMonitoring 456 && !VMMIsHwVirtExtForced(pVM)) 456 457 { 457 458 /*
Note:
See TracChangeset
for help on using the changeset viewer.