7 lines
64 B
ArmAsm
7 lines
64 B
ArmAsm
.text
|
|
.extern __sync
|
|
.globl _sync
|
|
.balign 2
|
|
|
|
_sync:
|
|
jmp __sync
|