Macros for symbols used in both ASM and C
-The macros take care of prepending the leading underscore when necessary.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
.text
|
||||
.extern __unlink
|
||||
.globl _unlink
|
||||
.balign 2
|
||||
#include <machine/asm.h>
|
||||
|
||||
IMPORT(_unlink)
|
||||
ENTRY(unlink)
|
||||
jmp _C_LABEL(_unlink)
|
||||
|
||||
_unlink:
|
||||
jmp __unlink
|
||||
|
||||
Reference in New Issue
Block a user