updates for multicore version runtime, temporarily disable math operations in multico...
[IRC.git] / Robust / src / Runtime / runtime.h
index 7480746b369fa9cfbf55d0f05ef5009a5bb7ef29..76c169264901344f136660ddb64abf9080856d51 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef RUNTIME
 #define RUNTIME
+#ifndef MULTICORE
 #include <setjmp.h>
 extern jmp_buf error_handler;
 extern int instructioncount;
 extern int failurecount;
+#endif
 #ifdef DSTM
 #include "dstm.h"
 #endif