bug fix in multicore gc
[IRC.git] / Robust / src / Runtime / ObjectHash.c
index 8312857dcb49e003cb324f8698df804797bd04b3..7c8ceaaabd29fa9d67472c417f44bb313b26d6a7 100755 (executable)
@@ -25,7 +25,7 @@ struct ObjectHash * allocateObjectHash(int size) {
   struct ObjectHash *thisvar;  //=(struct ObjectHash *)RUNMALLOC(sizeof(struct ObjectHash));
   if (size <= 0) {
 #ifdef MULTICORE
-    BAMBOO_EXIT(0xc001);
+    BAMBOO_EXIT(0xf001);
 #else
     printf("Negative Hashtable size Exception\n");
     exit(-1);