diff options
Diffstat (limited to 'src/parser/parsers.h')
-rw-r--r-- | src/parser/parsers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parsers.h b/src/parser/parsers.h index 73a7d0035..0c7c5550f 100644 --- a/src/parser/parsers.h +++ b/src/parser/parsers.h @@ -1646,7 +1646,7 @@ template<typename Ctx> Result<> makeRethrow(Ctx& ctx, Index pos) { } template<typename Ctx> Result<> makeThrowRef(Ctx& ctx, Index pos) { - return ctx.in.err("unimplemented instruction"); + return ctx.makeThrowRef(pos); } template<typename Ctx> Result<> makeTupleMake(Ctx& ctx, Index pos) { |