From 94784cf8e583dbffa8aee9dcfd2506867aa9cb19 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:16:47 +0000 Subject: [PATCH] changed signed int to unsigned to eliminate warning --- c/src/exec/score/cpu/hppa1.1/cpu.c | 2 +- cpukit/score/cpu/hppa1.1/cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.c b/c/src/exec/score/cpu/hppa1.1/cpu.c index d72dda4941..9ec9a19068 100644 --- a/c/src/exec/score/cpu/hppa1.1/cpu.c +++ b/c/src/exec/score/cpu/hppa1.1/cpu.c @@ -122,7 +122,7 @@ void _CPU_Initialize( ) { register unsigned8 *fp_context; - int i; + unsigned32 i; proc_ptr old_handler; /* diff --git a/cpukit/score/cpu/hppa1.1/cpu.c b/cpukit/score/cpu/hppa1.1/cpu.c index d72dda4941..9ec9a19068 100644 --- a/cpukit/score/cpu/hppa1.1/cpu.c +++ b/cpukit/score/cpu/hppa1.1/cpu.c @@ -122,7 +122,7 @@ void _CPU_Initialize( ) { register unsigned8 *fp_context; - int i; + unsigned32 i; proc_ptr old_handler; /*