projects
/
repair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8f822
)
fix typo.
author
bdemsky
<bdemsky>
Mon, 10 Oct 2005 02:37:23 +0000
(
02:37
+0000)
committer
bdemsky
<bdemsky>
Mon, 10 Oct 2005 02:37:23 +0000
(
02:37
+0000)
Repair/RepairCompiler/MCC/CRuntime/instrument.c
patch
|
blob
|
history
diff --git
a/Repair/RepairCompiler/MCC/CRuntime/instrument.c
b/Repair/RepairCompiler/MCC/CRuntime/instrument.c
index a2ed892bfd43b6bd835f0b7ce88c5b3ee4a474ba..ab5db1e8aa85c78a50ec6d14066d2e86894325f6 100755
(executable)
--- a/
Repair/RepairCompiler/MCC/CRuntime/instrument.c
+++ b/
Repair/RepairCompiler/MCC/CRuntime/instrument.c
@@
-39,7
+39,7
@@
void *ourrealloc(void *ptr, size_t size) {
}
typemapdeallocate(memmap, ptr);
typemapallocate(memmap, orr,size);
- return o
t
r;
+ return o
r
r;
}
void alloc(void *ptr,int size) {