From 156bc7f0127a0d880e914080e9b240b6928c9efe Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 1 Sep 2011 11:43:29 -0700 Subject: rt: Add a missing FIXME to rust_obstack.cpp for segmented stacks --- src/rt/rust_obstack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_obstack.cpp') diff --git a/src/rt/rust_obstack.cpp b/src/rt/rust_obstack.cpp index d703cfca63c..81e57af1984 100644 --- a/src/rt/rust_obstack.cpp +++ b/src/rt/rust_obstack.cpp @@ -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. } -- cgit 1.4.1-3-g733a5