Changeset 77017 in vbox
- Timestamp:
- Jan 28, 2019 10:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r76993 r77017 3963 3963 #ifdef VBOX_STRICT 3964 3964 PCCPUMCTX pCtx = &pVCpu->cpum.GstCtx; 3965 bool const fGif = pCtx->hwvirt.fGif;3965 bool const fGif = CPUMGetGuestGif(pCtx); 3966 3966 bool fAllowInt = fGif; 3967 3967 if (fGif)
Note:
See TracChangeset
for help on using the changeset viewer.