Changeset 37061 in vbox
- Timestamp:
- May 13, 2011 10:16:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r37058 r37061 1323 1323 VBOXSTRICTRC rcStrict; 1324 1324 Assert(uCpl < 4); 1325 *puEsp = 0; /* make gcc happy */ 1326 *pSelSS = 0; /* make gcc happy */ 1325 1327 1326 1328 switch (pCtx->trHid.Attr.n.u4Type) … … 1493 1495 uint64_t uCr2) 1494 1496 { 1497 Log(("iemRaiseXcptOrIntInProtMode: %#x at %04x:%08RGv cbInstr=%#x fFlags=%#x uErr=%#x uCr2=%llx\n", 1498 u8Vector, pCtx->cs, pCtx->rip, cbInstr, fFlags, uErr, uCr2)); 1499 1495 1500 /* 1496 1501 * Read the IDT entry. … … 1652 1657 if (rcStrict != VINF_SUCCESS) 1653 1658 return rcStrict; 1659 1654 1660 fNewSSAttr = X86DESC_GET_HID_ATTR(DescSS.Legacy); 1655 1661 cbNewSSLimit = X86DESC_LIMIT(DescSS.Legacy);
Note:
See TracChangeset
for help on using the changeset viewer.

