Index: src/wasm/wasm-opcodes.cc |
diff --git a/src/wasm/wasm-opcodes.cc b/src/wasm/wasm-opcodes.cc |
index 8f54207661363ca59b2fa41134d500cade481fa1..6c5d5148064ea11c9789d17e398198f3af3e5dfa 100644 |
--- a/src/wasm/wasm-opcodes.cc |
+++ b/src/wasm/wasm-opcodes.cc |
@@ -88,7 +88,7 @@ static void InitSigTables() { |
#define SET_SIG_TABLE(name, opcode, sig) \ |
simd_index = opcode & 0xff; \ |
kSimdExprSigTable[simd_index] = static_cast<int>(kSigEnum_##sig) + 1; |
- FOREACH_SIMD_OPCODE(SET_SIG_TABLE) |
+ FOREACH_SIMD_0_OPERAND_OPCODE(SET_SIG_TABLE) |
#undef SET_SIG_TABLE |
} |