Changeset 65595 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 2, 2017 7:25:28 PM (8 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r65587 r65595 4364 4364 Log(("iemRaiseXcptOrIntInProtMode: vec=%#x P=%u DPL=%u DT=%u:%u A=%u %04x:%04x%04x\n", 4365 4365 u8Vector, Idte.Gate.u1Present, Idte.Gate.u2Dpl, Idte.Gate.u1DescType, Idte.Gate.u4Type, 4366 Idte.Gate.u 4ParmCount, Idte.Gate.u16Sel, Idte.Gate.u16OffsetHigh, Idte.Gate.u16OffsetLow));4366 Idte.Gate.u5ParmCount, Idte.Gate.u16Sel, Idte.Gate.u16OffsetHigh, Idte.Gate.u16OffsetLow)); 4367 4367 4368 4368 /* -
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r65512 r65595 1335 1335 1336 1336 /* Only used outside of long mode. */ 1337 cbWords = pDesc->Legacy.Gate.u 4ParmCount;1337 cbWords = pDesc->Legacy.Gate.u5ParmCount; 1338 1338 1339 1339 /* If EFER.LMA is 0, there's extra work to do. */
Note:
See TracChangeset
for help on using the changeset viewer.