minix/lib/syscall/cprofile.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 __cprofile
.define _cprofile
.align 2
_cprofile:
jmp __cprofile