- Timestamp:
- May 16, 2016 7:27:59 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r60961 r60992 328 328 #define IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT() do {} while (0) 329 329 #define IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT_CHECK_SSE_OR_MMXEXT() do {} while (0) 330 #define IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() do {} while (0) 330 331 #define IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT() do {} while (0) 331 332 #define IEM_MC_RAISE_GP0_IF_CPL_NOT_ZERO() do {} while (0) … … 486 487 #define IEM_MC_REF_XREG_U128_CONST(a_pu128Dst, a_iXReg) do { (a_pu128Dst) = (uint128_t const *)((uintptr_t)0); CHK_PTYPE(uint128_t const *, a_pu128Dst); } while (0) 487 488 #define IEM_MC_REF_XREG_U64_CONST(a_pu64Dst, a_iXReg) do { (a_pu64Dst) = (uint64_t const *)((uintptr_t)0); CHK_PTYPE(uint64_t const *, a_pu64Dst); } while (0) 489 #define IEM_MC_COPY_XREG_U128(a_iXRegDst, a_iXRegSrc) do { } while (0) 488 490 489 491 #define IEM_MC_FETCH_MEM_U8(a_u8Dst, a_iSeg, a_GCPtrMem) do { CHK_GCPTR(a_GCPtrMem); } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.

