summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-interpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm/wasm-interpreter.cpp')
-rw-r--r--src/wasm/wasm-interpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm-interpreter.cpp b/src/wasm/wasm-interpreter.cpp
index f37758808..b49eeef4b 100644
--- a/src/wasm/wasm-interpreter.cpp
+++ b/src/wasm/wasm-interpreter.cpp
@@ -20,7 +20,7 @@ void Indenter::print() {
#endif // WASM_INTERPRETER_DEBUG
std::ostream& operator<<(std::ostream& o, const WasmException& exn) {
- return o << exn.event << " " << exn.values;
+ return o << exn.tag << " " << exn.values;
}
} // namespace wasm