VirtualBox

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


Ignore:
Timestamp:
Feb 2, 2017 7:25:28 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113264
Message:

Fixed an ancient typo.

Location:
trunk/src/VBox/ValidationKit/bootsectors/bs3kit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap16SetGate.c

    r62484 r65595  
    4343    pIdte->Gate.u16OffsetHigh   = 0;
    4444    pIdte->Gate.u16Sel          = uSel;
    45     pIdte->Gate.u4ParmCount     = cParams;
     45    pIdte->Gate.u5ParmCount     = cParams;
    4646    pIdte->Gate.u4Type          = bType;
    4747    pIdte->Gate.u2Dpl           = bDpl;
    48     pIdte->Gate.u4Reserved      = 0;
     48    pIdte->Gate.u3Reserved      = 0;
    4949    pIdte->Gate.u1DescType      = 0; /* system */
    5050    pIdte->Gate.u1Present       = 1;
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap32SetGate.c

    r62484 r65595  
    4343    pIdte->Gate.u16OffsetHigh   = (uint16_t)(off >> 16);
    4444    pIdte->Gate.u16Sel          = uSel;
    45     pIdte->Gate.u4ParmCount     = cParams;
     45    pIdte->Gate.u5ParmCount     = cParams;
    4646    pIdte->Gate.u4Type          = bType;
    4747    pIdte->Gate.u2Dpl           = bDpl;
    48     pIdte->Gate.u4Reserved      = 0;
     48    pIdte->Gate.u3Reserved      = 0;
    4949    pIdte->Gate.u1DescType      = 0; /* system */
    5050    pIdte->Gate.u1Present       = 1;
Note: See TracChangeset for help on using the changeset viewer.

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