VirtualBox

Changeset 99340 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Apr 7, 2023 12:40:01 PM (22 months ago)
Author:
vboxsync
Message:

VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT, since the CPUID check was removed they are identical. bugref:10369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMMc.h

    r99339 r99340  
    106106    } while (0)
    107107#define IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT() \
    108     do { \
    109         if (   (pVCpu->cpum.GstCtx.cr0 & X86_CR0_EM) \
    110             || !(pVCpu->cpum.GstCtx.cr4 & X86_CR4_OSFXSR)) \
    111             return iemRaiseUndefinedOpcode(pVCpu); \
    112         if (pVCpu->cpum.GstCtx.cr0 & X86_CR0_TS) \
    113             return iemRaiseDeviceNotAvailable(pVCpu); \
    114     } while (0)
    115 #define IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT() \
    116108    do { \
    117109        if (   (pVCpu->cpum.GstCtx.cr0 & X86_CR0_EM) \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette