Changeset 47790 in vbox
- Timestamp:
- Aug 16, 2013 9:08:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EMHM.cpp
r47788 r47790 203 203 { 204 204 #ifdef VBOX_WITH_REM 205 STAM_PROFILE_START(&pVCpu->em.s.StatREMEmu, a);205 STAM_PROFILE_START(&pVCpu->em.s.StatREMEmu, b); 206 206 # ifndef VBOX_WITH_FIRST_IEM_STEP 207 207 Log(("EMINS[rem]: %04x:%RGv RSP=%RGv\n", pCtx->cs.Sel, (RTGCPTR)pCtx->rip, (RTGCPTR)pCtx->rsp)); … … 217 217 rc = REMR3EmulateInstruction(pVM, pVCpu); 218 218 EMRemUnlock(pVM); 219 STAM_PROFILE_STOP(&pVCpu->em.s.StatREMEmu, a);219 STAM_PROFILE_STOP(&pVCpu->em.s.StatREMEmu, b); 220 220 #else /* !VBOX_WITH_REM */ 221 221 NOREF(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.