VirtualBox

Changeset 100784 in vbox for trunk


Ignore:
Timestamp:
Aug 3, 2023 10:10:51 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158668
Message:

IEM: Removed extraneous LogRel after SYSENTER/SYSEXIT fix. bugref:10369

File:
1 edited

Legend:

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

    r100783 r100784  
    45364536    if ((uNewCs & X86_SEL_MASK_OFF_RPL) == 0)
    45374537    {
    4538         LogRel(("sysenter: SYSENTER_CS = %#x -> #GP(0)\n", uNewCs));
     4538        Log(("sysenter: SYSENTER_CS = %#x -> #GP(0)\n", uNewCs));
    45394539        return iemRaiseGeneralProtectionFault0(pVCpu);
    45404540    }
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