VirtualBox

Changeset 104732 in vbox


Ignore:
Timestamp:
May 20, 2024 5:06:05 PM (11 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163293
Message:

VMM/IEM: Don't define the function tables for the host assembly variants of vpand, vpandn, vpor and vpxor as these don't exist on arm64 (fixes linking VBoxVMM on linux.arm64), bugref:9898 bugref:10391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstCommon.cpp.h

    r104206 r104732  
    690690
    691691
    692 # ifndef IEM_WITHOUT_ASSEMBLY
     692# if (defined(RT_ARCH_X86) || defined(RT_ARCH_AMD64)) && !defined(IEM_WITHOUT_ASSEMBLY)
    693693/** Function table for the VPXOR instruction */
    694694IEM_STATIC const IEMOPMEDIAOPTF3 g_iemAImpl_vpand          = { iemAImpl_vpand_u128,   iemAImpl_vpand_u256 };
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