ae75f9d4e5
- 755 -> 644
7 lines
86 B
ArmAsm
7 lines
86 B
ArmAsm
.sect .text
|
|
.extern __cprofile
|
|
.define _cprofile
|
|
.align 2
|
|
|
|
_cprofile:
|
|
jmp __cprofile
|