VirtualBox

Ignore:
Timestamp:
Apr 10, 2013 4:21:50 PM (12 years ago)
Author:
vboxsync
Message:

HM: 64-bit Windows build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r45455 r45464  
    84728472            {
    84738473                Log(("POPF CS:RIP %04x:%#RX64\n", pMixedCtx->cs.Sel, pMixedCtx->rip));
    8474                 size_t  cbParm = 0;
     8474                uint32_t cbParm = 0;
    84758475                uint32_t uMask  = 0;
    84768476                if (pDis->fPrefix & DISPREFIX_OPSIZE)
     
    85168516            case OP_PUSHF:
    85178517            {
    8518                 size_t  cbParm = 0;
     8518                uint32_t cbParm = 0;
    85198519                uint32_t uMask  = 0;
    85208520                if (pDis->fPrefix & DISPREFIX_OPSIZE)
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