Corrected assertion

This commit is contained in:
ceriel 1989-11-30 15:12:11 +00:00
parent fec7208f70
commit ac489d50a3

View file

@ -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;
}