VirtualBox

Changeset 37061 in vbox


Ignore:
Timestamp:
May 13, 2011 10:16:40 AM (13 years ago)
Author:
vboxsync
Message:

burn fix?

File:
1 edited

Legend:

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

    r37058 r37061  
    13231323    VBOXSTRICTRC rcStrict;
    13241324    Assert(uCpl < 4);
     1325    *puEsp  = 0; /* make gcc happy */
     1326    *pSelSS = 0; /* make gcc happy */
    13251327
    13261328    switch (pCtx->trHid.Attr.n.u4Type)
     
    14931495                            uint64_t    uCr2)
    14941496{
     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
    14951500    /*
    14961501     * Read the IDT entry.
     
    16521657        if (rcStrict != VINF_SUCCESS)
    16531658            return rcStrict;
     1659
    16541660        fNewSSAttr   = X86DESC_GET_HID_ATTR(DescSS.Legacy);
    16551661        cbNewSSLimit = X86DESC_LIMIT(DescSS.Legacy);
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