Bug fixes for gc
[IRC.git] / Robust / src / Runtime / runtime.h
index 8f9e5f4b08dc66f34a51be726fe9db9aff22817e..291244b3ab16de4b927d4b13723d42c15cd00822 100644 (file)
@@ -100,7 +100,11 @@ void failedboundschk();
 void failednullptr();
 void abort_task();
 void injectinstructionfailure();
+#ifdef MULTICORE
+void createstartupobject(int argc, char ** argv);
+#else
 void createstartupobject();
+#endif
 
 #ifdef PRECISE_GC
 #define VAR(name) ___params___->name