VirtualBox

Changeset 41964 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 29, 2012 2:41:23 AM (13 years ago)
Author:
vboxsync
Message:

VBOX_WITH_IEM: windows build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRC/PATMRC.cpp

    r41906 r41964  
    479479        if (pRec->patch.flags & PATMFL_INT3_REPLACEMENT)
    480480        {
    481             uint32_t    cbOp;
    482             DISCPUSTATE cpu;
    483 
    484481            /* eip is pointing to the instruction *after* 'int 3' already */
    485482            pRegFrame->eip = pRegFrame->eip - 1;
     
    523520            rc = VBOXSTRICTRC_TODO(rcStrict);
    524521#else
     522            uint32_t    cbOp;
     523            DISCPUSTATE cpu;
    525524            rc = DISInstr(&pRec->patch.aPrivInstr[0], enmCpuMode, &cpu, &cbOp);
    526525            if (RT_FAILURE(rc))
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