From 11c6a92d77d2ae8013693db5e8822c479d15feda Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Jul 1998 22:59:32 +0000 Subject: [PATCH] Commented out the system call invocation since we don't know what works with this ROM monitor. --- c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c b/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c index fce38e7b3a..5e354f9387 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c +++ b/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c @@ -12,6 +12,8 @@ void bsp_cleanup( void ) { +#if 0 asm volatile( "li 10,99" ); /* 0x63 */ asm volatile( "sc" ); +#endif }