8 lines
98 B
ArmAsm
8 lines
98 B
ArmAsm
|
.sect .text
|
||
|
.extern __tcsendbreak
|
||
|
.define _tcsendbreak
|
||
|
.align 2
|
||
|
|
||
|
_tcsendbreak:
|
||
|
jmp __tcsendbreak
|