VirtualBox

Changeset 60822 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 4, 2016 11:29:08 AM (9 years ago)
Author:
vboxsync
Message:

PGMAllPool.cpp: Deal with IEM specific EMInterpretInstructionDisasState return codes (dropping another VBOX_WITH_IEM guard).

File:
1 edited

Legend:

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

    r58157 r60822  
    836836    if (rc2 == VINF_SUCCESS)
    837837    { /* do nothing */ }
    838 #ifdef VBOX_WITH_IEM
    839838    else if (rc2 == VINF_EM_RESCHEDULE)
    840839    {
    841840        if (rc == VINF_SUCCESS)
    842841            rc = VBOXSTRICTRC_VAL(rc2);
    843 # ifndef IN_RING3
     842#ifndef IN_RING3
    844843        VMCPU_FF_SET(pVCpu, VMCPU_FF_TO_R3);
    845 # endif
    846     }
    847844#endif
     845    }
    848846    else if (rc2 == VERR_EM_INTERPRETER)
    849847    {
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