1) Support final declaration for methods
[IRC.git] / Robust / src / Runtime / thread.c
index b070cbb01bc46cc0273a5d90feefffdd29aea333..817db2e7ccb0d422c8c42020a3b33434c2508ec0 100644 (file)
@@ -118,3 +118,9 @@ void CALL01(___Thread______nativeCreate____, struct ___Thread___ * ___this___) {
   pthread_attr_destroy(&nattr);
 }
 #endif
+
+#ifdef DSTM
+void CALL12(___Thread______start____I, int ___mid___, struct ___Thread___ * ___this___, int ___mid___) {
+  startRemoteThread((unsigned int)VAR(___this___), ___mid___);
+}
+#endif