VirtualBox

Changeset 87255 in vbox for trunk/src


Ignore:
Timestamp:
Jan 14, 2021 11:20:17 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142213
Message:

VMM: Adjustments for bugref:9898.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp

    r85578 r87255  
    2727
    2828#include <VBox/err.h>
    29 #include <iprt/asm-amd64-x86.h>
     29#if !defined(RT_ARCH_ARM64)
     30# include <iprt/asm-amd64-x86.h>
     31#endif
    3032#include <iprt/mem.h>
    3133#include <iprt/string.h>
     
    895897
    896898    if (!strcmp(pszName, "host"))
     899#if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    897900    {
    898901        /*
     
    991994    }
    992995    else
     996#else
     997        pszName = g_apCpumDbEntries[0]->pszName; /* Just pick the first entry for non-x86 hosts. */
     998#endif
    993999    {
    9941000        /*
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