bug..forgot to return value
[repair.git] / Repair / RepairCompiler / MCC / CRuntime / tmap.c
index 2e1a818443250ca010619c9058f7edfe410b15ed..22333fd1570927e8c773944ab8207937f7da12d7 100755 (executable)
@@ -12,6 +12,7 @@ struct typemap * allocatetypemap() {
   thisvar->alloctree=rbinit();
   thisvar->typetree=rbinit();
   thisvar->low=GC_linux_stack_base();
+  return thisvar;
 }
 
 void freefunction(void *ptr) {