Changeset 45464 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Apr 10, 2013 4:21:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45455 r45464 8472 8472 { 8473 8473 Log(("POPF CS:RIP %04x:%#RX64\n", pMixedCtx->cs.Sel, pMixedCtx->rip)); 8474 size_tcbParm = 0;8474 uint32_t cbParm = 0; 8475 8475 uint32_t uMask = 0; 8476 8476 if (pDis->fPrefix & DISPREFIX_OPSIZE) … … 8516 8516 case OP_PUSHF: 8517 8517 { 8518 size_tcbParm = 0;8518 uint32_t cbParm = 0; 8519 8519 uint32_t uMask = 0; 8520 8520 if (pDis->fPrefix & DISPREFIX_OPSIZE)
Note:
See TracChangeset
for help on using the changeset viewer.