- Timestamp:
- Sep 23, 2008 5:53:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r12564 r12675 389 389 LogRel(("[SMP] VMM with %RU32 CPUs\n", pVM->cCPUs)); 390 390 #endif 391 392 /* Current CPU id */ /** @todo move to per CPU structure. */393 pVM->idCPU = 0;394 391 395 392 /*
Note:
See TracChangeset
for help on using the changeset viewer.