VirtualBox

Changeset 25495 in vbox for trunk


Ignore:
Timestamp:
Dec 18, 2009 3:31:30 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56166
Message:

iprt/asmdefs.mac: the export directive should work with yasm as well now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asmdefs.mac

    r16338 r25495  
    105105; Global exported marker which is DECLASM() compatible.
    106106%macro EXPORTEDNAME 1,
     107 %ifdef ASM_FORMAT_PE
     108  export %1=NAME(%1)
     109 %endif
    107110 %ifdef __NASM__
    108   %ifdef ASM_FORMAT_PE
    109    export %1=NAME(%1)
    110   %endif
    111111  %ifdef ASM_FORMAT_OMF
    112112   export NAME(%1) NAME(%1)
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