diff --git a/src/wasm/function-body-decoder-impl.h b/src/wasm/function-body-decoder-impl.h index a8ead30f5c..c175acd8a0 100644 --- a/src/wasm/function-body-decoder-impl.h +++ b/src/wasm/function-body-decoder-impl.h @@ -3121,7 +3121,7 @@ class WasmFullDecoder : public WasmDecoder { } } - DECODE(LocalGet) { + V8_INLINE DECODE(LocalGet) { IndexImmediate imm(this, this->pc_ + 1, "local index"); if (!this->ValidateLocal(this->pc_ + 1, imm)) return 0; if (!VALIDATE(!this->enabled_.has_nn_locals() ||