mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-17 06:00:08 +00:00
(profil_counter): Use correct name to access PC.
This commit is contained in:
parent
0fe3c9c4df
commit
c4b0b9530e
@ -22,5 +22,5 @@
|
||||
void
|
||||
profil_counter (int signo, struct sigcontext sc)
|
||||
{
|
||||
profil_count ((void *) sc.eip);
|
||||
profil_count ((void *) sc.reg.ARM_pc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user