make multicore version PERT benchmark work on RAW(without interruption)
[IRC.git] / Robust / src / Runtime / runtime.c
index 03ee0bcfad9fbd1ae386330b669be40dd3d680c7..0f84c36aca898ba5140af999aeef01331fc91eae 100644 (file)
@@ -78,6 +78,10 @@ void CALL11(___System______exit____I,int ___status___, int ___status___) {
   exit(___status___);
 }
 
+void CALL11(___System______printI____I,int ___status___, int ___status___) {
+  printf("%d\n",___status___);
+}
+
 long CALL00(___System______currentTimeMillis____) {
   struct timeval tv; long long retval;
   gettimeofday(&tv, NULL);