mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-22 16:29:11 +00:00
16 lines
211 B
ArmAsm
16 lines
211 B
ArmAsm
.syntax unified
|
|
.text
|
|
.global __aeabi_unwind_cpp_pr1
|
|
.type __aeabi_unwind_cpp_pr1, %function
|
|
__aeabi_unwind_cpp_pr1:
|
|
bx lr
|
|
|
|
.global end
|
|
.type end, %function
|
|
end:
|
|
.fnstart
|
|
.save {r4, lr}
|
|
bx lr
|
|
.fnend
|
|
|