make the garbage collector less terrible
This commit is contained in:
@@ -185,6 +185,7 @@ typedef struct _Variable_t {
|
||||
u8 gcDoNotFree : 1;
|
||||
};
|
||||
};
|
||||
u8 tagCount;
|
||||
} Variable_t;
|
||||
|
||||
typedef struct _CallArgs_t {
|
||||
|
||||
Reference in New Issue
Block a user