summaryrefslogtreecommitdiff
path: root/src/wasm-interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r--src/wasm-interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h
index e970a4f83..cec5dd983 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -589,7 +589,7 @@ public:
return left.shuffleV8x16(right, curr->mask);
}
Flow visitSIMDBitselect(SIMDBitselect *curr) {
- NOTE_ENTER("SIMDShuffle");
+ NOTE_ENTER("SIMDBitselect");
Flow flow = this->visit(curr->left);
if (flow.breaking()) return flow;
Literal left = flow.value;