minix/lib/syscall/sprofile.s
Ben Gras 7195fe3325 System statistical and call profiling
support by Rogier Meurs <rogier@meurs.org>.
2006-10-30 15:53:38 +00:00

8 lines
86 B
ArmAsm
Executable file

.sect .text
.extern __sprofile
.define _sprofile
.align 2
_sprofile:
jmp __sprofile