summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/binary-reader-ir.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-ir.cc b/src/binary-reader-ir.cc
index dfe2f376..22280606 100644
--- a/src/binary-reader-ir.cc
+++ b/src/binary-reader-ir.cc
@@ -91,7 +91,7 @@ class CodeMetadataExprQueue {
};
class BinaryReaderIR : public BinaryReaderNop {
- static constexpr size_t kMaxNestingDepth = 1024; // max depth of label stack
+ static constexpr size_t kMaxNestingDepth = 16384; // max depth of label stack
public:
BinaryReaderIR(Module* out_module, const char* filename, Errors* errors);