VirtualBox

Changeset 77017 in vbox


Ignore:
Timestamp:
Jan 28, 2019 10:55:20 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Use the function to get the GIF here.

File:
1 edited

Legend:

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

    r76993 r77017  
    39633963#ifdef VBOX_STRICT
    39643964    PCCPUMCTX  pCtx       = &pVCpu->cpum.GstCtx;
    3965     bool const fGif       = pCtx->hwvirt.fGif;
     3965    bool const fGif       = CPUMGetGuestGif(pCtx);
    39663966    bool       fAllowInt  = fGif;
    39673967    if (fGif)
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