summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-02-22 18:07:31 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-02-22 18:07:31 +0000
commit51c9129957e7479fb4dc0b95c1c5a0db148ccfd5 (patch)
tree73e9c8192e9c08d91a280c1abb1e28bad3e95085 /sys/kern/subr_prof.c
parentf308e0d7142ffa58f39a5b92aeb85da1d75cf822 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r--sys/kern/subr_prof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 7fadeed49e4a..5277a586c3b2 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -405,7 +405,7 @@ profil(p, uap)
void
addupc_intr(p, pc, ticks)
register struct proc *p;
- register u_long pc;
+ register uintptr_t pc;
u_int ticks;
{
register struct uprof *prof;
@@ -435,7 +435,7 @@ addupc_intr(p, pc, ticks)
void
addupc_task(p, pc, ticks)
register struct proc *p;
- register u_long pc;
+ register uintptr_t pc;
u_int ticks;
{
register struct uprof *prof;