forked from Imagelibrary/rtems
Convert to "bool".
This commit is contained in:
@@ -48,7 +48,7 @@ static rtems_raw_except_global_settings* local_settings;
|
||||
|
||||
void * codemove(void *, const void *, unsigned int, unsigned long);
|
||||
|
||||
boolean bsp_exceptions_in_RAM = TRUE;
|
||||
bool bsp_exceptions_in_RAM = true;
|
||||
|
||||
/* DEPRECATED VARIABLE; we need this to support
|
||||
* libbsp/powerpc/shared/vectors/vectors.S;
|
||||
|
||||
Reference in New Issue
Block a user