- Timestamp:
- Jun 26, 2018 2:00:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r72690 r72695 2238 2238 int rc = PGMChangeMode(pVCpu, CPUMGetGuestCR0(pVCpu), CPUMGetGuestCR4(pVCpu), CPUMGetGuestEFER(pVCpu)); 2239 2239 AssertRCReturn(rc, rc); 2240 if (rcStrict == VINF_NEM_CHANGE_PGM_MODE || rcStrict == VINF_NEM_FLUSH_TLB) 2240 if ( rcStrict == VINF_NEM_CHANGE_PGM_MODE 2241 || rcStrict == VINF_PGM_CHANGE_MODE 2242 || rcStrict == VINF_NEM_FLUSH_TLB) 2241 2243 { 2242 2244 if ( !VM_FF_IS_PENDING(pVM, VM_FF_HIGH_PRIORITY_POST_MASK | VM_FF_HP_R0_PRE_HM_MASK)
Note:
See TracChangeset
for help on using the changeset viewer.