mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Fixup type
This commit is contained in:
parent
b4a9d4ae42
commit
5585b01ea5
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue