forked from Imagelibrary/rtems
changed signed int to unsigned to eliminate warning
This commit is contained in:
@@ -122,7 +122,7 @@ void _CPU_Initialize(
|
||||
)
|
||||
{
|
||||
register unsigned8 *fp_context;
|
||||
int i;
|
||||
unsigned32 i;
|
||||
proc_ptr old_handler;
|
||||
|
||||
/*
|
||||
|
||||
@@ -122,7 +122,7 @@ void _CPU_Initialize(
|
||||
)
|
||||
{
|
||||
register unsigned8 *fp_context;
|
||||
int i;
|
||||
unsigned32 i;
|
||||
proc_ptr old_handler;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user