Changeset 23800 in vbox
- Timestamp:
- Oct 15, 2009 1:10:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53542
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r23799 r23800 458 458 /* 0x800000008: only the max virtual and physical address size. */ 459 459 pCPUM->aGuestCpuIdExt[8].ecx = pCPUM->aGuestCpuIdExt[8].ebx = pCPUM->aGuestCpuIdExt[8].edx = 0; /* reserved */ 460 461 /** @todo fill in the rest of the cpu leaves. */462 460 } 463 461
Note:
See TracChangeset
for help on using the changeset viewer.