mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-26 00:28:47 +00:00
Increated extra-roots yet again
This commit is contained in:
parent
f1384146cf
commit
8359b674f8
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ void __post_gc_subst () {}
|
|||
# define BOX(x) ((((int) (x)) << 1) | 0x0001)
|
||||
|
||||
/* GC extra roots */
|
||||
#define MAX_EXTRA_ROOTS_NUMBER 17
|
||||
#define MAX_EXTRA_ROOTS_NUMBER 32
|
||||
typedef struct {
|
||||
int current_free;
|
||||
void ** roots[MAX_EXTRA_ROOTS_NUMBER];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue