Changeset 104052 in vbox
- Timestamp:
- Mar 26, 2024 6:39:07 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h
r104048 r104052 3132 3132 #if !defined(IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK) 3133 3133 off = iemNativeEmitStoreGprToVCpuU64(pReNative, off, idxVarReg, RT_UOFFSETOF_DYN(VMCPU, cpum.GstCtx.aGRegs[iGReg])); 3134 #else 3135 RT_NOREF(idxVarReg); 3134 3136 #endif 3135 3137 #ifdef VBOX_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.