(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
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@
void
profil_counter (int signo, struct sigcontext sc)
{
profil_count ((void *) sc.eip);
profil_count ((void *) sc.reg.ARM_pc);
}