mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Update comment
This commit is contained in:
parent
62d2bea199
commit
5c717dce3a
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ struct gc_heap_root_t {
|
|||
*/
|
||||
typedef struct gc_header_type_t gc_header_type;
|
||||
struct gc_header_type_t {
|
||||
unsigned char mark; // mark bits (only need 2)
|
||||
unsigned char mark; // mark bits
|
||||
unsigned char grayed; // stack object to be grayed when moved to heap
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue