From: Ulrich Drepper Date: Thu, 13 Nov 1997 00:19:12 +0000 (+0000) Subject: (profil_counter): Use correct name to access PC. X-Git-Tag: upstream/2.30~10627^2~3374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4b0b9530e75ae13e9fc4ace7d0e9f70fdb0b7cc;p=external%2Fglibc.git (profil_counter): Use correct name to access PC. --- diff --git a/sysdeps/unix/sysv/linux/arm/profil-counter.h b/sysdeps/unix/sysv/linux/arm/profil-counter.h index 802cbd5..d84e70e 100644 --- a/sysdeps/unix/sysv/linux/arm/profil-counter.h +++ b/sysdeps/unix/sysv/linux/arm/profil-counter.h @@ -22,5 +22,5 @@ void profil_counter (int signo, struct sigcontext sc) { - profil_count ((void *) sc.eip); + profil_count ((void *) sc.reg.ARM_pc); }