summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.cc
diff options
context:
space:
mode:
authorSoni L. <EnderMoneyMod@gmail.com>2024-10-07 20:03:35 -0300
committerGitHub <noreply@github.com>2024-10-07 16:03:35 -0700
commite1d84ff0466c269a457056a0420d1b6cc5cf3815 (patch)
tree4a909c0048a3a51c2cfba6084ba968913529e395 /src/binary-reader-logging.cc
parent7d229cf0965a41fe22338f08895231190573ca24 (diff)
downloadwabt-e1d84ff0466c269a457056a0420d1b6cc5cf3815.tar.gz
wabt-e1d84ff0466c269a457056a0420d1b6cc5cf3815.tar.bz2
wabt-e1d84ff0466c269a457056a0420d1b6cc5cf3815.zip
wasm-interp: Fix catch handlers correctly (#2483)
local decl count != local count
Diffstat (limited to 'src/binary-reader-logging.cc')
-rw-r--r--src/binary-reader-logging.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader-logging.cc b/src/binary-reader-logging.cc
index 653e1e48..ea427391 100644
--- a/src/binary-reader-logging.cc
+++ b/src/binary-reader-logging.cc
@@ -795,6 +795,7 @@ DEFINE_BEGIN(BeginCodeSection)
DEFINE_INDEX(OnFunctionBodyCount)
DEFINE_INDEX(EndFunctionBody)
DEFINE_INDEX(OnLocalDeclCount)
+DEFINE0(EndLocalDecls)
DEFINE_LOAD_STORE_OPCODE(OnAtomicLoadExpr);
DEFINE_LOAD_STORE_OPCODE(OnAtomicRmwExpr);
DEFINE_LOAD_STORE_OPCODE(OnAtomicRmwCmpxchgExpr);