9a21d1a2fd
-The macros take care of prepending the leading underscore when necessary.
6 lines
101 B
ArmAsm
6 lines
101 B
ArmAsm
#include <machine/asm.h>
|
|
|
|
IMPORT(_vm_query_exit)
|
|
ENTRY(vm_query_exit)
|
|
jmp _C_LABEL(_vm_query_exit)
|
|
|