mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01: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
|
|
|