7 lines
82 B
ArmAsm
Executable file
7 lines
82 B
ArmAsm
Executable file
.sect .text
|
|
.extern __tcflush
|
|
.define _tcflush
|
|
.align 2
|
|
|
|
_tcflush:
|
|
jmp __tcflush
|