Changeset 17528 in vbox
- Timestamp:
- Mar 7, 2009 8:43:59 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43961
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r17284 r17528 894 894 #endif 895 895 { 896 if (VM_FF_ISPENDING(pVM, VM_FF_TO_R3 | VM_FF_TIMER ))896 if (VM_FF_ISPENDING(pVM, VM_FF_TO_R3 | VM_FF_TIMER | VM_FF_PGM_NEED_HANDY_PAGES)) 897 897 { 898 898 VM_FF_CLEAR(pVM, VM_FF_TO_R3); -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r17489 r17528 2063 2063 2064 2064 /* Check for pending actions that force us to go back to ring 3. */ 2065 if (VM_FF_ISPENDING(pVM, VM_FF_TO_R3 | VM_FF_TIMER ))2065 if (VM_FF_ISPENDING(pVM, VM_FF_TO_R3 | VM_FF_TIMER | VM_FF_PGM_NEED_HANDY_PAGES)) 2066 2066 { 2067 2067 VM_FF_CLEAR(pVM, VM_FF_TO_R3);
Note:
See TracChangeset
for help on using the changeset viewer.