diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wasm-interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index 7dd9688c3..ca9b35bab 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -45,7 +45,7 @@ using namespace cashew; extern Name WASM, RETURN_FLOW; -enum { maxInterpreterDepth = 250 }; +enum { maxInterpreterDepth = 50 }; // Stuff that flows around during executing expressions: a literal, or a change // in control flow. |