- Timestamp:
- Feb 11, 2009 8:46:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r16632 r16652 2097 2097 RTGCPTR pOrgInstrGC = PATMR3PatchToGCPtr(pVM, pCtx->rip, &enmState); 2098 2098 2099 Log(("Force recompiler switch due to cr0 (%RGp) update \n", pCtx->cr0));2099 Log(("Force recompiler switch due to cr0 (%RGp) update rip=%RGv -> %RGv (enmState=%d)\n", pCtx->cr0, pCtx->rip, pOrgInstrGC, enmState)); 2100 2100 if (enmState == PATMTRANS_OVERWRITTEN) 2101 2101 { … … 2157 2157 case VINF_EM_RESCHEDULE: 2158 2158 case VINF_EM_RESCHEDULE_REM: 2159 LogFlow(("emR3RawUpdateForceFlag: patch address -> force raw reschedule\n")); 2159 2160 rc = VINF_SUCCESS; 2160 2161 break;
Note:
See TracChangeset
for help on using the changeset viewer.