- Timestamp:
- Nov 18, 2013 4:21:40 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90717
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r49182 r49538 3940 3940 { 3941 3941 ASMCpuIdExSlow(0xc0000001, 0, 0, 0, &Host.eax, &Host.ebx, &Host.ecx, &Host.edx); 3942 uint32_t uEdxGst = pVM->cpum.s.aGuestCpuId Ext[1].edx;3942 uint32_t uEdxGst = pVM->cpum.s.aGuestCpuIdCentaur[1].edx; 3943 3943 uint32_t uEdxHst = Host.edx; 3944 3944
Note:
See TracChangeset
for help on using the changeset viewer.