9 lines
91 B
ArmAsm
9 lines
91 B
ArmAsm
|
.define __cleanup
|
||
|
.extern __cleanup
|
||
|
.text
|
||
|
__cleanup:
|
||
|
tst.b -40(sp)
|
||
|
link a6,#-0
|
||
|
unlk a6
|
||
|
rts
|