diff options
Diffstat (limited to 'scripts/test/lld.py')
-rwxr-xr-x | scripts/test/lld.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/lld.py b/scripts/test/lld.py index 03a0733e6..03c96d6c3 100755 --- a/scripts/test/lld.py +++ b/scripts/test/lld.py @@ -38,7 +38,7 @@ def test_wasm_emscripten_finalize(): continue cmd = (WASM_EMSCRIPTEN_FINALIZE + - [wast_path, '-S', '--global-base=568'] + ext_args) + [wast_path, '-S', '--global-base=568', '--initial-stack-pointer=16384'] + ext_args) actual = run_command(cmd) if not os.path.exists(expected_file): |