6 lines
57 B
ArmAsm
6 lines
57 B
ArmAsm
|
.define __cleanup
|
||
|
.extern __cleanup
|
||
|
.text
|
||
|
__cleanup:
|
||
|
rts
|