Changeset 103880 in vbox for trunk/src/VBox/VMM/include/IEMMc.h
- Timestamp:
- Mar 17, 2024 11:03:50 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r103828 r103880 475 475 do { (a_u16Value) = pVCpu->cpum.GstCtx.XState.x87.aXMM[(a_iXReg)].au16[(a_iWord)]; } while (0) 476 476 #define IEM_MC_FETCH_XREG_U8( a_u8Value, a_iXReg, a_iByte) \ 477 do { (a_u8Value) = pVCpu->cpum.GstCtx.XState.x87.aXMM[(a_iXReg)].au 16[(a_iByte)]; } while (0)477 do { (a_u8Value) = pVCpu->cpum.GstCtx.XState.x87.aXMM[(a_iXReg)].au8[(a_iByte)]; } while (0) 478 478 #define IEM_MC_FETCH_XREG_PAIR_U128(a_Dst, a_iXReg1, a_iXReg2) \ 479 479 do { (a_Dst).uSrc1.au64[0] = pVCpu->cpum.GstCtx.XState.x87.aXMM[(a_iXReg1)].au64[0]; \
Note:
See TracChangeset
for help on using the changeset viewer.