From 0f9ab2670d4fec68df53e5c39040bcafbfca767d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 16 Oct 2015 23:05:22 -0400 Subject: [PATCH] Added TODO --- runtime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime.c b/runtime.c index a366413d..1121ec70 100644 --- a/runtime.c +++ b/runtime.c @@ -2505,8 +2505,8 @@ char *gc_move(char *obj, gc_thread_data *thd, int *alloci, int *heap_grown) { gc_thr_add_to_move_buffer(thd, alloci, hobj); return (char *)hobj; } -// TODO case string_tag: { -// } + TODO case string_tag: { + } case integer_tag: { integer_type *hobj = gc_alloc(Cyc_heap, sizeof(integer_type), heap_grown); mark(hobj) = 0;