Changeset 36237 in vbox
- Timestamp:
- Mar 9, 2011 5:32:22 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70459
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r36236 r36237 211 211 ) 212 212 { 213 int aRc[RTCPUSET_MAX_CPUS]; 213 int aRc[RTCPUSET_MAX_CPUS]; /** @todo 256 CPUs: move this off the stack */ 214 214 RTCPUID idCpu = 0; 215 215 … … 376 376 ) 377 377 { 378 int aRc[RTCPUSET_MAX_CPUS]; 378 int aRc[RTCPUSET_MAX_CPUS]; /** @todo 256 CPUs: Move this off the stack */ 379 379 RTCPUID idCpu = 0; 380 380 … … 560 560 if (HWACCMR0Globals.fGlobalInit) 561 561 { 562 int aRc[RTCPUSET_MAX_CPUS]; 562 int aRc[RTCPUSET_MAX_CPUS]; /** @todo 256 CPUs: Move this off the stack */ 563 563 564 564 memset(aRc, 0, sizeof(aRc)); … … 704 704 else 705 705 { 706 int aRc[RTCPUSET_MAX_CPUS]; 706 int aRc[RTCPUSET_MAX_CPUS]; /** @todo 256 CPUs: Move this off the stack */ 707 707 RTCPUID idCpu = 0; 708 708 … … 903 903 if (HWACCMR0Globals.enmHwAccmState == HWACCMSTATE_ENABLED) 904 904 { 905 int aRc[RTCPUSET_MAX_CPUS]; 905 int aRc[RTCPUSET_MAX_CPUS]; /** @todo 256 CPUs: Move this off the stack */ 906 906 int rc; 907 907 RTCPUID idCpu;
Note:
See TracChangeset
for help on using the changeset viewer.