- Timestamp:
- Nov 23, 2009 1:36:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r24832 r24868 2614 2614 } 2615 2615 #endif 2616 2617 /* Recheck all VCPUs if we can go staight into hwaccm execution mode. */ 2618 for (VMCPUID i = 0; i < pVM->cCpus; i++) 2619 { 2620 HWACCMR3CanExecuteGuest(pVM, pVCpu); 2621 } 2616 2622 return VINF_SUCCESS; 2617 2623 }
Note:
See TracChangeset
for help on using the changeset viewer.