Should use an `intrptr_t' for address calculations rather than `int'.

This commit is contained in:
eeh 2000-08-22 16:44:51 +00:00
parent 8895a2f9a6
commit 3787c3f7fd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_clock.c,v 1.67 2000/08/22 15:30:59 thorpej Exp $ */
/* $NetBSD: kern_clock.c,v 1.68 2000/08/22 16:44:51 eeh Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -1245,7 +1245,7 @@ statclock(struct clockframe *frame)
{
#ifdef GPROF
struct gmonparam *g;
int i;
intptr_t i;
#endif
struct cpu_info *ci = curcpu();
struct schedstate_percpu *spc = &ci->ci_schedstate;