From 5585b01ea5aa2d8c0e5bcf996795cd6186f70632 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 15 Mar 2017 16:49:12 +0000 Subject: [PATCH] Fixup type --- include/cyclone/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cyclone/types.h b/include/cyclone/types.h index 5e81145f..f59f73e6 100644 --- a/include/cyclone/types.h +++ b/include/cyclone/types.h @@ -295,7 +295,7 @@ struct gc_thread_data_t { // Exception handler stack object exception_handler_stack; // Parameter object data - object *param_objs; + object param_objs; }; /* GC prototypes */