Skip to content

Commit fc9e089

Browse files
committed
fix globals
1 parent b2b6c4f commit fc9e089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/backends/lua.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class BackendLua : CompilerBackend {
8686
Variable[] variables;
8787
Global[] globals;
8888
bool useLibc;
89-
ulong globalStack;
89+
ulong globalStack = 524288;
9090
Array[] arrays;
9191
ulong arrayStack = 524287;
9292

0 commit comments

Comments
 (0)