summaryrefslogtreecommitdiff
path: root/src/passes/Print.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/Print.cpp')
-rw-r--r--src/passes/Print.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp
index ed868deb6..2f7588b37 100644
--- a/src/passes/Print.cpp
+++ b/src/passes/Print.cpp
@@ -264,7 +264,7 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
printCallBody(curr);
}
void visitCallIndirect(CallIndirect *curr) {
- printOpening(o, "call_indirect ") << curr->fullType;
+ printOpening(o, "call_indirect (type ") << curr->fullType << ')';
incIndent();
for (auto operand : curr->operands) {
printFullLine(operand);