VirtualBox

Changeset 101953 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Nov 8, 2023 2:18:15 AM (15 months ago)
Author:
vboxsync
Message:

VMM/IEM: Removed IEM_MC_ASSIGN as it's not unused. bugref:10371

File:
1 edited

Legend:

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

    r101950 r101953  
    207207   do { pVCpu->cpum.GstCtx.eflags.u = (a_EFlags); Assert(pVCpu->cpum.GstCtx.eflags.u & X86_EFL_1); } while (0)
    208208
    209 #define IEM_MC_ASSIGN(a_VarOrArg, a_CVariableOrConst)   (a_VarOrArg) = (a_CVariableOrConst)
    210 #define IEM_MC_ASSIGN_TO_SMALLER                        IEM_MC_ASSIGN
     209#define IEM_MC_ASSIGN_TO_SMALLER(a_VarOrArg, a_CVariableOrConst) (a_VarOrArg) = (a_CVariableOrConst)
    211210#define IEM_MC_ASSIGN_U8_SX_U64(a_u64VarOrArg, a_u8CVariableOrConst) \
    212211   (a_u64VarOrArg) = (int8_t)(a_u8CVariableOrConst)
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