Changeset 101953 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Nov 8, 2023 2:18:15 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r101950 r101953 207 207 do { pVCpu->cpum.GstCtx.eflags.u = (a_EFlags); Assert(pVCpu->cpum.GstCtx.eflags.u & X86_EFL_1); } while (0) 208 208 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) 211 210 #define IEM_MC_ASSIGN_U8_SX_U64(a_u64VarOrArg, a_u8CVariableOrConst) \ 212 211 (a_u64VarOrArg) = (int8_t)(a_u8CVariableOrConst)
Note:
See TracChangeset
for help on using the changeset viewer.