Corrected assertion
This commit is contained in:
parent
fec7208f70
commit
ac489d50a3
|
@ -291,7 +291,7 @@ realloc(addr, n)
|
||||||
free(addr);
|
free(addr);
|
||||||
check_work_empty("mv_realloc");
|
check_work_empty("mv_realloc");
|
||||||
#ifdef STORE
|
#ifdef STORE
|
||||||
assert(! in_store(new));
|
assert(! in_store(mallink_of_block(new)));
|
||||||
#endif
|
#endif
|
||||||
return new;
|
return new;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue