| Index: src/wasm/wasm-opcodes.cc
|
| diff --git a/src/wasm/wasm-opcodes.cc b/src/wasm/wasm-opcodes.cc
|
| index a08fa8dbe6bc458f6ea0993881ed0f20d6bb9491..c155beaf54f27e85c910d1656ff80f0453311530 100644
|
| --- a/src/wasm/wasm-opcodes.cc
|
| +++ b/src/wasm/wasm-opcodes.cc
|
| @@ -75,6 +75,7 @@ static void InitSigTable() {
|
| #define SET_SIG_TABLE(name, opcode, sig) \
|
| kSimpleExprSigTable[opcode] = static_cast<int>(kSigEnum_##sig) + 1;
|
| FOREACH_SIMPLE_OPCODE(SET_SIG_TABLE);
|
| + FOREACH_SIMPLE_MEM_OPCODE(SET_SIG_TABLE);
|
| FOREACH_ASMJS_COMPAT_OPCODE(SET_SIG_TABLE);
|
| #undef SET_SIG_TABLE
|
| }
|
|
|