From e1226efc98d66ac73feba1c270f7d2bc17448c58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 10 Jan 2022 12:25:32 +0100 Subject: [PATCH] kikfix --- src/emit/emit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emit/emit.c b/src/emit/emit.c index 8d62688c..d2f528e4 100644 --- a/src/emit/emit.c +++ b/src/emit/emit.c @@ -1372,8 +1372,8 @@ ANN static m_bool emit_exp_call(const Emitter emit, const Exp_Call *exp_call) { tflag(e->type, tflag_struct)) regpop(emit, SZ_INT); } - if(isa(e->type, emit->gwion->type[et_object]) > 0) - emit_local_exp(emit, e); +// if(isa(e->type, emit->gwion->type[et_object]) > 0) +// emit_local_exp(emit, e); return GW_OK; } -- 2.43.0