summaryrefslogtreecommitdiff
path: root/src/wasm2js.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm2js.h')
-rw-r--r--src/wasm2js.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm2js.h b/src/wasm2js.h
index 382cde895..23d8a7b8b 100644
--- a/src/wasm2js.h
+++ b/src/wasm2js.h
@@ -2263,7 +2263,7 @@ Ref Wasm2JSBuilder::processFunctionBody(Module* m,
}
void unimplemented(Expression* curr) {
- Fatal() << "wasm2js cannot convert " << getExpressionName(curr);
+ Fatal() << "wasm2js cannot convert " << *curr;
}
};