diff --git a/src/wasm/function-body-decoder-impl.h b/src/wasm/function-body-decoder-impl.h index bc8edd2e11..6cec79bcd6 100644 --- a/src/wasm/function-body-decoder-impl.h +++ b/src/wasm/function-body-decoder-impl.h @@ -1597,7 +1597,8 @@ class WasmDecoder : public Decoder { case kExprRttGet: case kExprRttSub: { // TODO(7748): Impelement. - UNIMPLEMENTED(); + decoder->error(pc, "rtt opcodes not impelemented yet"); + return 2; } default: