VirtualBox

Changeset 106615 in vbox


Ignore:
Timestamp:
Oct 23, 2024 10:05:48 AM (5 weeks ago)
Author:
vboxsync
Message:

EFI/DevEFI-binaries.S: Exporting the symbols on windows/arm64. jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI-binaries.S

    r106061 r106615  
    7474.size g_cbEfiFirmware64, 4
    7575.type g_cbEfiFirmware64 object
     76
     77#elif defined(ASM_FORMAT_PE)
     78/* Explit exportint: */
     79.section .drectve
     80.string "-export:g_abEfiFirmware32 -export:g_cbEfiFirmware32 -export:g_abEfiFirmware64 -export:g_cbEfiFirmware64"
     81.section .text
     82
    7683#endif
    7784
     
    116123.size g_cbEfiFirmwareAArch64, 4
    117124.type g_cbEfiFirmwareAArch64 object
     125
     126#elif defined(ASM_FORMAT_PE)
     127/* Explit exportint: */
     128.section .drectve
     129.string "-export:g_abEfiFirmwareAArch32 -export:g_cbEfiFirmwareAArch32 -export:g_abEfiFirmwareAArch64 -export:g_cbEfiFirmwareAArch64"
     130.section .text
     131
    118132# endif
    119 #endif
     133#endif /*VBOX_WITH_VIRT_ARMV8 */
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