]> Nishi Git Mirror - gwion.git/commitdiff
kikfix
authorJérémie Astor <fennecdjay@gmail.com>
Mon, 10 Jan 2022 11:25:32 +0000 (12:25 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Mon, 10 Jan 2022 11:25:32 +0000 (12:25 +0100)
src/emit/emit.c

index 8d62688c7be954cc96026dd2a3c01e502e09bf7e..d2f528e416a029c485f1b090641cd19a96d44ece 100644 (file)
@@ -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;
 }