From 8ae1b510fc9866c89f600a814d5040d9d956ed80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 22 Mar 2022 14:30:42 +0100 Subject: [PATCH] fix build --- include/emit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emit.h b/include/emit.h index ab087c62..808879e1 100644 --- a/include/emit.h +++ b/include/emit.h @@ -108,7 +108,7 @@ ANN Instr emit_dotmember(Emitter, const m_uint, const bool); ANN Instr emit_structmember(Emitter, const m_uint, const bool); ANN Instr emit_unionmember(Emitter, const m_uint, const bool); - +void emit_fast_except(const Emitter emit, const struct ValueFrom_ *vf, const loc_t loc); ANN static inline m_uint emit_code_size(const Emitter emit) { return vector_size(&emit->code->instr); } -- 2.43.0