mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-16 19:58:46 +00:00
Increased MAX_EXTRA_ROOTS
This commit is contained in:
parent
d61049b152
commit
f1384146cf
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 16
|
||||
#define MAX_EXTRA_ROOTS_NUMBER 17
|
||||
typedef struct {
|
||||
int current_free;
|
||||
void ** roots[MAX_EXTRA_ROOTS_NUMBER];
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
let version = "Version 1.10, a9d9a4e2b, Sat Feb 13 11:16:28 2021 +0300"
|
||||
let version = "Version 1.10, d61049b15, Thu Feb 25 10:04:50 2021 +0300"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue