7 lines
76 B
ArmAsm
7 lines
76 B
ArmAsm
.text
|
|
.extern __tcdrain
|
|
.globl _tcdrain
|
|
.balign 2
|
|
|
|
_tcdrain:
|
|
jmp __tcdrain
|