mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Fix lua.MAXSTACK
This commit is contained in:
Vendored
+1
-1
@@ -44,7 +44,7 @@ REGISTRYINDEX :: -FIRSTPSEUDOIDX
|
||||
** space (and to reserve some numbers for pseudo-indices).
|
||||
** (It must fit into max(size_t)/32.)
|
||||
*/
|
||||
MAXSTACK :: 1000000 when size_of(rawptr) == 4 else 15000
|
||||
MAXSTACK :: 1000000
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user