- Timestamp:
- Jul 7, 2009 3:48:10 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49699
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r21329 r21350 562 562 * We currently don't support more than 1 processor. 563 563 */ 564 pCPUM->aGuestCpuIdStd[4].eax = 0; 564 if (pVM->cCPUs == 1) 565 pCPUM->aGuestCpuIdStd[4].eax = 0; 565 566 566 567 /*
Note:
See TracChangeset
for help on using the changeset viewer.