mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-20 05:32:18 +03:00
(profil_counter): Use correct name to access PC.
This commit is contained in:
@@ -22,5 +22,5 @@
|
||||
void
|
||||
profil_counter (int signo, struct sigcontext sc)
|
||||
{
|
||||
profil_count ((void *) sc.eip);
|
||||
profil_count ((void *) sc.reg.ARM_pc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user