(profil_counter): Use correct name to access PC.
This commit is contained in:
parent
0fe3c9c4df
commit
c4b0b9530e
@ -22,5 +22,5 @@
|
|||||||
void
|
void
|
||||||
profil_counter (int signo, struct sigcontext sc)
|
profil_counter (int signo, struct sigcontext sc)
|
||||||
{
|
{
|
||||||
profil_count ((void *) sc.eip);
|
profil_count ((void *) sc.reg.ARM_pc);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user