Chromium Code Reviews| Index: src/wasm/wasm-macro-gen.h |
| diff --git a/src/wasm/wasm-macro-gen.h b/src/wasm/wasm-macro-gen.h |
| index 3a30e052310fffab4535e47077a4b347cd39adaf..1ec9ee80ffd6eebddd44b822fabf3b2e722c455e 100644 |
| --- a/src/wasm/wasm-macro-gen.h |
| +++ b/src/wasm/wasm-macro-gen.h |
| @@ -59,6 +59,7 @@ |
| // Control. |
| //------------------------------------------------------------------------------ |
| #define WASM_NOP kExprNop |
| +#define WASM_END kExprEnd |
| #define ARITY_0 0 |
| #define ARITY_1 1 |