Files
Arquivotheca.SunOS-4.1.4/lib/libc/crt/sparc/ptr_call.s
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

13 lines
201 B
ArmAsm

! .seg "data"
! .asciz "@(#)ptr_call.s 1.1 94/10/31 Copyr 1986 Sun Micro"
.seg "text"
/*
* Indirect procedure call.
* just jump to whatever's in %g1
*/
.global .ptr_call
.ptr_call:
jmp %g1
nop