Changeset 16632 in vbox
- Timestamp:
- Feb 10, 2009 1:24:12 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r16132 r16632 2097 2097 RTGCPTR pOrgInstrGC = PATMR3PatchToGCPtr(pVM, pCtx->rip, &enmState); 2098 2098 2099 Assert(pCtx->eflags.Bits.u1IF == 0);2100 2099 Log(("Force recompiler switch due to cr0 (%RGp) update\n", pCtx->cr0)); 2101 2100 if (enmState == PATMTRANS_OVERWRITTEN)
Note:
See TracChangeset
for help on using the changeset viewer.