From e924bb12fc9d3fcd5e2950e52c466510b859d5d6 Mon Sep 17 00:00:00 2001 From: jzhou Date: Thu, 14 Oct 2010 16:54:08 +0000 Subject: [PATCH] Fix bug in termination of the multicore gc version w/o tasks --- Robust/src/Runtime/bamboo/multicoreruntime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Robust/src/Runtime/bamboo/multicoreruntime.c b/Robust/src/Runtime/bamboo/multicoreruntime.c index 6913fc74..154c4d3b 100644 --- a/Robust/src/Runtime/bamboo/multicoreruntime.c +++ b/Robust/src/Runtime/bamboo/multicoreruntime.c @@ -128,7 +128,6 @@ void CALL01(___System______printString____L___String___,struct ___String___ * __ ((short *)(((char *)&chararray->___length___)+sizeof(int)))[i+offset]; printf("%c", sc); } - printf("\n"); #endif // TILERA_BME #endif // MGC } -- 2.34.1