changed signed int to unsigned to eliminate warning

This commit is contained in:
Joel Sherrill
1997-04-07 21:16:47 +00:00
parent 17c4511e3c
commit 94784cf8e5
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ void _CPU_Initialize(
)
{
register unsigned8 *fp_context;
int i;
unsigned32 i;
proc_ptr old_handler;
/*

View File

@@ -122,7 +122,7 @@ void _CPU_Initialize(
)
{
register unsigned8 *fp_context;
int i;
unsigned32 i;
proc_ptr old_handler;
/*