Changeset 99341 in vbox for trunk/src/VBox/VMM/include/IEMMc.h
- Timestamp:
- Apr 7, 2023 12:41:27 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r99340 r99341 98 98 } while (0) 99 99 #define IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT() \ 100 do { \101 if ( (pVCpu->cpum.GstCtx.cr0 & X86_CR0_EM) \102 || !(pVCpu->cpum.GstCtx.cr4 & X86_CR4_OSFXSR)) \103 return iemRaiseUndefinedOpcode(pVCpu); \104 if (pVCpu->cpum.GstCtx.cr0 & X86_CR0_TS) \105 return iemRaiseDeviceNotAvailable(pVCpu); \106 } while (0)107 #define IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT() \108 100 do { \ 109 101 if ( (pVCpu->cpum.GstCtx.cr0 & X86_CR0_EM) \
Note:
See TracChangeset
for help on using the changeset viewer.