rt: Add a missing FIXME to rust_obstack.cpp for segmented stacks
This commit is contained in:
parent
876142f051
commit
156bc7f012
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ rust_obstack_chunk::alloc(size_t len, type_desc *tydesc) {
|
|||
|
||||
if (sizeof(rust_obstack_alloc) + len > size - alen) {
|
||||
DPRINT("Not enough space, len=%lu!\n", len);
|
||||
assert(0);
|
||||
assert(0); // FIXME
|
||||
return NULL; // Not enough space.
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue