Changeset 16132 in vbox
- Timestamp:
- Jan 21, 2009 12:30:44 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/EM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r15609 r16132 1335 1335 #endif /* 0 */ 1336 1336 STAM_PROFILE_START(&pVM->em.s.StatREMEmu, a); 1337 Log(("EMINS: %04x:%RGv RSP=%RGv\n", pCtx->cs, (RTGCPTR)pCtx->rip, (RTGCPTR)pCtx->rsp)); 1337 1338 rc = REMR3EmulateInstruction(pVM); 1338 1339 STAM_PROFILE_STOP(&pVM->em.s.StatREMEmu, a);
Note:
See TracChangeset
for help on using the changeset viewer.

