mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added a TODO
This commit is contained in:
parent
9fe2e1b90b
commit
0e820f9794
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue