Commented out the system call invocation since we don't know what works

with this ROM monitor.
This commit is contained in:
Joel Sherrill
1998-07-09 22:59:32 +00:00
parent a6e36dfffe
commit 11c6a92d77

View File

@@ -12,6 +12,8 @@
void bsp_cleanup( void )
{
#if 0
asm volatile( "li 10,99" ); /* 0x63 */
asm volatile( "sc" );
#endif
}