VirtualBox

Changeset 65595 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 2, 2017 7:25:28 PM (8 years ago)
Author:
vboxsync
Message:

Fixed an ancient typo.

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r65587 r65595  
    43644364    Log(("iemRaiseXcptOrIntInProtMode: vec=%#x P=%u DPL=%u DT=%u:%u A=%u %04x:%04x%04x\n",
    43654365         u8Vector, Idte.Gate.u1Present, Idte.Gate.u2Dpl, Idte.Gate.u1DescType, Idte.Gate.u4Type,
    4366          Idte.Gate.u4ParmCount, Idte.Gate.u16Sel, Idte.Gate.u16OffsetHigh, Idte.Gate.u16OffsetLow));
     4366         Idte.Gate.u5ParmCount, Idte.Gate.u16Sel, Idte.Gate.u16OffsetHigh, Idte.Gate.u16OffsetLow));
    43674367
    43684368    /*
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h

    r65512 r65595  
    13351335
    13361336            /* Only used outside of long mode. */
    1337             cbWords = pDesc->Legacy.Gate.u4ParmCount;
     1337            cbWords = pDesc->Legacy.Gate.u5ParmCount;
    13381338
    13391339            /* If EFER.LMA is 0, there's extra work to do. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette