From 0e820f9794048dd31d7a6853f5ab1923470f5c1f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 26 Aug 2016 04:00:28 -0400 Subject: [PATCH] Added a TODO --- runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.c b/runtime.c index b2973d0e..49a3b00b 100644 --- a/runtime.c +++ b/runtime.c @@ -933,7 +933,7 @@ object Cyc_heap_alloc_port(void *data) int heap_grown; p = gc_alloc(Cyc_heap, sizeof(port_type), - boolean_f, // OK to populate manually over here +TODO: no, need an actual port object for this guy... guess we'll pass it in? //boolean_f, // OK to populate manually over here (gc_thread_data *)data, &heap_grown); return p;