Changeset 7498 in vbox
- Timestamp:
- Mar 19, 2008 10:49:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r7496 r7498 449 449 int aRc[RTCPUSET_MAX_CPUS]; 450 450 RTCPUID idCpu = 0; 451 452 /* Don't setup hwaccm as that might not work (vt-x & 64 bits raw mode) */ 453 if (enmNewHwAccmState == HWACCMSTATE_DISABLED) 454 return VINF_SUCESS; 451 455 452 456 memset(aRc, 0, sizeof(aRc));
Note:
See TracChangeset
for help on using the changeset viewer.