forked from Imagelibrary/rtems
Commented out the system call invocation since we don't know what works
with this ROM monitor.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
void bsp_cleanup( void )
|
||||
{
|
||||
#if 0
|
||||
asm volatile( "li 10,99" ); /* 0x63 */
|
||||
asm volatile( "sc" );
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user