VirtualBox

Changeset 87288 in vbox


Ignore:
Timestamp:
Jan 15, 2021 8:56:39 PM (4 years ago)
Author:
vboxsync
Message:

VBoxDef2LazyLoad.cpp: Untested arm64 code generator. [build fix] bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxDef2LazyLoad.cpp

    r87287 r87288  
    6262static RTLDRARCH    g_enmTarget = RTLDRARCH_AMD64;
    6363#elif defined(RT_ARCH_X86)
    64 static RTLDRARCH    g_enmTarget = RTLDRARCH_X86;
     64static RTLDRARCH    g_enmTarget = RTLDRARCH_X86_32;
    6565#elif defined(RT_ARCH_ARM64)
    6666static RTLDRARCH    g_enmTarget = RTLDRARCH_ARM64;
Note: See TracChangeset for help on using the changeset viewer.

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