From: bdemsky Date: Mon, 1 Nov 2004 02:26:53 +0000 (+0000) Subject: bug..forgot to return value X-Git-Url: http://plrg.eecs.uci.edu/git/?p=repair.git;a=commitdiff_plain;h=9146c327cd3ef915972c793317601ed64c8726c4;hp=978b41331e71cf87272999f73a0c532b624fb156 bug..forgot to return value --- diff --git a/Repair/RepairCompiler/MCC/CRuntime/tmap.c b/Repair/RepairCompiler/MCC/CRuntime/tmap.c index 2e1a818..22333fd 100755 --- a/Repair/RepairCompiler/MCC/CRuntime/tmap.c +++ b/Repair/RepairCompiler/MCC/CRuntime/tmap.c @@ -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) {