VirtualBox

Changeset 70701 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 23, 2018 10:43:18 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Build fix.

File:
1 edited

Legend:

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

    r70700 r70701  
    36333633    Assert(!VMMRZCallRing3IsEnabled(pVCpu));
    36343634
     3635    bool const fIntShadow = hmR0SvmIsIntrShadowActive(pVCpu, pCtx);
    36353636#ifdef VBOX_STRICT
    3636     bool const fIntShadow = hmR0SvmIsIntrShadowActive(pVCpu, pCtx);
    36373637    bool const fGif       = pCtx->hwvirt.svm.fGif;
    36383638    bool       fAllowInt  = fGif;
     
    54805480        {
    54815481            uint8_t const uCr = uExitCode - SVM_EXIT_WRITE_CR0;
    5482             Log4(("hmR0SvmHandleExitNested: Write CR%u\n", uCr));
     5482            Log4(("hmR0SvmHandleExitNested: Write CR%u\n", uCr)); NOREF(uCr);
    54835483            return hmR0SvmExitWriteCRx(pVCpu, pCtx, pSvmTransient);
    54845484        }
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