Changeset 16084 in vbox for trunk/src/VBox
- Timestamp:
- Jan 20, 2009 2:20:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r16077 r16084 35 35 #include <VBox/selm.h> 36 36 #include <VBox/iom.h> 37 #include <VBox/rem.h> 37 38 #include <iprt/param.h> 38 39 #include <iprt/assert.h> … … 1183 1184 && enmGuestMode >= PGMMODE_PROTECTED) 1184 1185 { 1186 /* Flush the recompiler code cache as it's not unlikely 1187 * the guest will rewrite code it will later execute in real 1188 * mode (OpenBSD 4.0 is one such example) 1189 */ 1190 REMFlushTBs(pVM); 1191 1185 1192 /* DPL of all hidden selector registers must match the current CPL (0). */ 1186 1193 pCtx->csHid.Attr.n.u2Dpl = 0;
Note:
See TracChangeset
for help on using the changeset viewer.