VirtualBox

Changeset 53061 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 15, 2014 12:26:35 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96563
Message:

HM: Fixed SVM MF intercept setup logic error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r52655 r53061  
    11531153        {
    11541154            /* Catch floating point exceptions if we need to report them to the guest in a different way. */
    1155             if (!(u64GuestCR0 & X86_CR0_NE))
     1155            if (!(pCtx->cr0 & X86_CR0_NE))
    11561156            {
    11571157                Log4(("hmR0SvmLoadGuestControlRegs: Intercepting Guest CR0.MP Old-style FPU handling!!!\n"));
Note: See TracChangeset for help on using the changeset viewer.

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