diff --git a/lib/src/compiler/emit.rs b/lib/src/compiler/emit.rs index 2e5f03ba..3f92d286 100644 --- a/lib/src/compiler/emit.rs +++ b/lib/src/compiler/emit.rs @@ -373,7 +373,7 @@ fn emit_expr( emit_lookup_object(ctx, instr); } } - emit_func_call(ctx, &func, instr); + emit_func_call(ctx, func, instr); ctx.lookup_list.clear(); } TypeValue::Regexp(_) => {