bug fix in multicore gc
[IRC.git] / Robust / src / Runtime / SimpleHash.c
index 5f872e06c1e46bc2cff7d5661c4efedb8e7d3164..ea00ee5beeb13ecbb832a2f030d0df2b8caa0f38 100755 (executable)
@@ -25,7 +25,7 @@ struct RuntimeHash * allocateRuntimeHash(int size) {
   struct RuntimeHash *thisvar;  //=(struct RuntimeHash *)RUNMALLOC(sizeof(struct RuntimeHash));
   if (size <= 0) {
 #ifdef MULTICORE
-    BAMBOO_EXIT(0xb001);
+    BAMBOO_EXIT(0xf101);
 #else
     printf("Negative Hashtable size Exception\n");
     exit(-1);