5 lines
53 B
ArmAsm
5 lines
53 B
ArmAsm
.text
|
|
.globl x
|
|
.type x, @function
|
|
x:
|
|
jmp foo@PLT
|