summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu.c2
-rw-r--r--cpukit/score/cpu/hppa1.1/cpu.c2
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;
/*