VirtualBox

Changeset 6178 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 23, 2007 12:42:37 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26937
Message:

spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUM.cpp

    r6176 r6178  
    196196    for (i = 0; i < RT_ELEMENTS(pVM->cpum.s.aGuestCpuIdStd); i++)
    197197        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);
    200200    for (i = 0; i < RT_ELEMENTS(pCPUM->aGuestCpuIdExt); i++)
    201201        ASMCpuId(0x80000000 + i,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette