From b1ca3348318481ff44add1da37ab29946ff5bdb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 3 Apr 2020 02:08:50 +0200 Subject: [PATCH] :art: Update emit header --- include/emit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emit.h b/include/emit.h index 21f6361b..1782caa1 100644 --- a/include/emit.h +++ b/include/emit.h @@ -44,7 +44,7 @@ ANN void emit_ext_ctor(const Emitter, const VM_Code); ANN void emit_union_offset(Decl_List, const m_uint); ANN2(1,2) m_bool emit_instantiate_object(const Emitter, const Type, const Array_Sub, const m_bool); ANN m_uint emit_code_offset(const Emitter emit); -//ANN m_uint emit_local(const Emitter emit, const m_uint size, const m_bool is_obj); +ANN m_uint emit_local(const Emitter emit, const Type t); ANN Instr emit_exp_spork(const Emitter, const Exp_Unary*); ANN m_bool emit_exp(const Emitter, const Exp); ANN static inline void emit_except(const Emitter emit, const Type t) { -- 2.43.0