| Index: src/wasm/wasm-opcodes.h
|
| diff --git a/src/wasm/wasm-opcodes.h b/src/wasm/wasm-opcodes.h
|
| index b4aaed130c50075d46ee91997d3177ea787a705f..8d5f0f2f22d68ad3764ad19df01f042920beaa31 100644
|
| --- a/src/wasm/wasm-opcodes.h
|
| +++ b/src/wasm/wasm-opcodes.h
|
| @@ -57,6 +57,8 @@ typedef Vector<const char> WasmName;
|
| typedef int WasmCodePosition;
|
| const WasmCodePosition kNoCodePosition = -1;
|
|
|
| +static const byte kSimdPrefix = 0xe5;
|
| +
|
| // Control expressions and blocks.
|
| #define FOREACH_CONTROL_OPCODE(V) \
|
| V(Nop, 0x00, _) \
|
|
|