VirtualBox

Ignore:
Timestamp:
Mar 23, 2024 11:24:52 PM (11 months ago)
Author:
vboxsync
Message:

VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also include IEM_MC_FETCH_EFLAGS. bugref:10369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMMc.h

    r104016 r104017  
    205205/** @note IEMAllInstPython.py duplicates the expansion. */
    206206#define IEM_MC_ARG_LOCAL_EFLAGS(a_pName, a_Name, a_iArg) \
    207     uint32_t a_Name; \
     207    uint32_t  a_Name  = pVCpu->cpum.GstCtx.eflags.u; \
    208208    uint32_t *a_pName = &a_Name
    209209/** @note IEMAllInstPython.py duplicates the expansion. */
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