1
0
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:
Ulrich Drepper
1997-11-13 00:19:12 +00:00
parent 0fe3c9c4df
commit c4b0b9530e

View File

@@ -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);
} }