Changeset 72489 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 9, 2018 12:28:23 PM (7 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r72488 r72489 1619 1619 VBOXSTRICTRC emR3HighPriorityPostForcedActions(PVM pVM, PVMCPU pVCpu, VBOXSTRICTRC rc) 1620 1620 { 1621 VBOXVMM_EM_FF_HIGH(pVCpu, pVM->fGlobalForcedActions, pVCpu->fLocalForcedActions, rc);1621 VBOXVMM_EM_FF_HIGH(pVCpu, pVM->fGlobalForcedActions, pVCpu->fLocalForcedActions, VBOXSTRICTRC_VAL(rc)); 1622 1622 1623 1623 if (VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_PDM_CRITSECT)) -
trunk/src/VBox/VMM/include/NEMInternal.h
r72488 r72489 45 45 */ 46 46 # define NEM_WIN_USE_HYPERCALLS_FOR_PAGES 47 # define NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS48 # define NEM_WIN_USE_OUR_OWN_RUN_API47 //# define NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS 48 //# define NEM_WIN_USE_OUR_OWN_RUN_API 49 49 # if defined(NEM_WIN_USE_OUR_OWN_RUN_API) && !defined(NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS) 50 50 # error "NEM_WIN_USE_OUR_OWN_RUN_API requires NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS"
Note:
See TracChangeset
for help on using the changeset viewer.