Deleted Added
full compact
34c34
< * $Id: subr_prof.c,v 1.25 1998/04/15 17:46:23 bde Exp $
---
> * $Id: subr_prof.c,v 1.26 1998/05/01 16:40:20 bde Exp $
90c90
< fptrint_t tmp_addr;
---
> uintfptr_t tmp_addr;
191,192c191,192
< for (tmp_addr = (fptrint_t)nullfunc_loop_profiled;
< tmp_addr < (fptrint_t)nullfunc_loop_profiled_end;
---
> for (tmp_addr = (uintfptr_t)nullfunc_loop_profiled;
> tmp_addr < (uintfptr_t)nullfunc_loop_profiled_end;