- Timestamp:
- Sep 29, 2008 1:56:34 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r12786 r12801 2253 2253 X86XDTR32 dtr32; 2254 2254 2255 Log Flow(("Emulate %s at %VGv\n", emGetMnemonic(pCpu), pRegFrame->rip));2255 Log(("Emulate %s at %VGv\n", emGetMnemonic(pCpu), pRegFrame->rip)); 2256 2256 2257 2257 /* Only for the VT-x real-mode emulation case. */ … … 2275 2275 rc = emRamRead(pVM, &dtr32, pParam1, sizeof(dtr32)); 2276 2276 AssertRCReturn(rc, VERR_EM_INTERPRETER); 2277 2278 if (!(pCpu->prefix & PREFIX_OPSIZE)) 2279 dtr32.uAddr &= 0xffffff; /* 16 bits operand size */ 2277 2280 2278 2281 if (pCpu->pCurInstr->opcode == OP_LIDT)
Note:
See TracChangeset
for help on using the changeset viewer.