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