about summary refs log tree commit diff
path: root/sysdeps/generic/profil-counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/profil-counter.h')
-rw-r--r--sysdeps/generic/profil-counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/profil-counter.h b/sysdeps/generic/profil-counter.h
index 6d3164e101..02de4f795f 100644
--- a/sysdeps/generic/profil-counter.h
+++ b/sysdeps/generic/profil-counter.h
@@ -22,5 +22,5 @@
 static void
 __profil_counter (int signr, int code, struct sigcontext *scp)
 {
-  profil_count ((void *) scp->sc_pc);
+  profil_count ((uintptr_t) scp->sc_pc);
 }