VirtualBox

Changeset 41715 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jun 14, 2012 5:42:26 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78523
Message:

Made _EndProc zero-sized functions; fixed tstDisasm.

File:
1 edited

Legend:

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

    r41648 r41715  
    213213; Ends a C callable procedure.
    214214%macro ENDPROC 1
    215 GLOBALNAME_EX %1_EndProc, hidden
     215GLOBALNAME_EX %1 %+ _EndProc, function hidden
    216216%ifdef ASM_FORMAT_ELF
    217 size NAME(%1) NAME(%1_EndProc) - NAME(%1)
     217size NAME(%1)               NAME(%1 %+ _EndProc) - NAME(%1)
     218size NAME(%1 %+ _EndProc)   0
    218219%endif
    219220    db  0xCC, 0xCC, 0xCC, 0xCC
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