mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
9 lines
178 B
ArmAsm
9 lines
178 B
ArmAsm
.text
|
|
.type resolve_do_it, %function
|
|
resolve_do_it:
|
|
.byte 0
|
|
.size resolve_do_it, .-resolve_do_it
|
|
.globl do_it
|
|
.type do_it, %gnu_indirect_function
|
|
.set do_it,resolve_do_it
|