Changeset 99648 in vbox for trunk/include/VBox
- Timestamp:
- May 8, 2023 5:23:04 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum-x86-amd64.h
r99260 r99648 2664 2664 if (CPUMIsGuestVmxPinCtlsSet(pCtx, VMX_PIN_CTLS_EXT_INT_EXIT)) 2665 2665 return true; 2666 CPUMCTX_ASSERT_NOT_EXTRN(pCtx, CPUMCTX_EXTRN_RFLAGS); 2666 2667 return RT_BOOL(pCtx->eflags.u & X86_EFL_IF); 2667 2668 #endif
Note:
See TracChangeset
for help on using the changeset viewer.