VirtualBox

Changeset 96896 in vbox


Ignore:
Timestamp:
Sep 27, 2022 11:15:30 AM (2 years ago)
Author:
vboxsync
Message:

IEM: Removed wrong/redundant CR0.EM checks in FXSAVE/FXRSTOR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp

    r96852 r96896  
    84628462     * Raise exceptions.
    84638463     */
    8464     if (pVCpu->cpum.GstCtx.cr0 & X86_CR0_EM)
    8465         return iemRaiseUndefinedOpcode(pVCpu);
    84668464    if (pVCpu->cpum.GstCtx.cr0 & (X86_CR0_TS | X86_CR0_EM))
    84678465        return iemRaiseDeviceNotAvailable(pVCpu);
     
    85568554     * Raise exceptions.
    85578555     */
    8558     if (pVCpu->cpum.GstCtx.cr0 & X86_CR0_EM)
    8559         return iemRaiseUndefinedOpcode(pVCpu);
    85608556    if (pVCpu->cpum.GstCtx.cr0 & (X86_CR0_TS | X86_CR0_EM))
    85618557        return iemRaiseDeviceNotAvailable(pVCpu);
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