Changeset 14385 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 20, 2008 8:48:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r14366 r14385 2494 2494 if (rc == VINF_SUCCESS) 2495 2495 { 2496 Log(("Rdtsc: %x:%x\n", pCtx->edx, pCtx->eax));2497 2496 /* Update EIP and continue execution. */ 2498 2497 Assert(cbInstr == 2);
Note:
See TracChangeset
for help on using the changeset viewer.