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 __vm_unmap
|
||||
.globl _vm_unmap
|
||||
.balign 2
|
||||
#include <machine/asm.h>
|
||||
|
||||
IMPORT(_vm_unmap)
|
||||
ENTRY(vm_unmap)
|
||||
jmp _C_LABEL(_vm_unmap)
|
||||
|
||||
_vm_unmap:
|
||||
jmp __vm_unmap
|
||||
|
||||
Reference in New Issue
Block a user