mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 13:43:53 +08:00
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