Changeset 6178 in vbox for trunk/src/VBox
- Timestamp:
- Dec 23, 2007 12:42:37 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r6176 r6178 196 196 for (i = 0; i < RT_ELEMENTS(pVM->cpum.s.aGuestCpuIdStd); i++) 197 197 ASMCpuId_Idx_ECX(i, 0, 198 &pCPUM->aGuestCpuIdStd[i].eax, &pCPUM->aGuestCpuIdStd[i].ebx,199 &pCPUM->aGuestCpuIdStd[i].ecx, &pCPUM->aGuestCpuIdStd[i].edx);198 &pCPUM->aGuestCpuIdStd[i].eax, &pCPUM->aGuestCpuIdStd[i].ebx, 199 &pCPUM->aGuestCpuIdStd[i].ecx, &pCPUM->aGuestCpuIdStd[i].edx); 200 200 for (i = 0; i < RT_ELEMENTS(pCPUM->aGuestCpuIdExt); i++) 201 201 ASMCpuId(0x80000000 + i,
Note:
See TracChangeset
for help on using the changeset viewer.