VirtualBox

Changeset 49622 in vbox


Ignore:
Timestamp:
Nov 22, 2013 12:10:57 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90843
Message:

HostDrivers/Support: Shadow decl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r49179 r49622  
    33993399        uint32_t fFeaturesECX, fFeaturesEDX, uDummy;
    34003400        uint32_t uMaxId, uVendorEBX, uVendorECX, uVendorEDX;
    3401         uint64_t u64FeatMsr;
    34023401
    34033402        ASMCpuId(0, &uMaxId, &uVendorEBX, &uVendorECX, &uVendorEDX);
     
    34933492            {
    34943493                /* Check if SVM is disabled */
    3495                 u64FeatMsr = ASMRdMsr(MSR_K8_VM_CR);
     3494                uint64_t u64FeatMsr = ASMRdMsr(MSR_K8_VM_CR);
    34963495                if (!(u64FeatMsr & MSR_K8_VM_CR_SVM_DISABLE))
    34973496                {
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