bug..forgot to return value
authorbdemsky <bdemsky>
Mon, 1 Nov 2004 02:26:53 +0000 (02:26 +0000)
committerbdemsky <bdemsky>
Mon, 1 Nov 2004 02:26:53 +0000 (02:26 +0000)
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) {