projects
/
repair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978b413
)
bug..forgot to return value
author
bdemsky
<bdemsky>
Mon, 1 Nov 2004 02:26:53 +0000
(
02:26
+0000)
committer
bdemsky
<bdemsky>
Mon, 1 Nov 2004 02:26:53 +0000
(
02:26
+0000)
Repair/RepairCompiler/MCC/CRuntime/tmap.c
patch
|
blob
|
history
diff --git
a/Repair/RepairCompiler/MCC/CRuntime/tmap.c
b/Repair/RepairCompiler/MCC/CRuntime/tmap.c
index 2e1a818443250ca010619c9058f7edfe410b15ed..22333fd1570927e8c773944ab8207937f7da12d7 100755
(executable)
--- 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) {