From a2f4c46ba3d4cd3de6be372316abc0e0e6518d4c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 25 Oct 2011 21:58:39 +0200 Subject: Fix warning messages after merge with gawk_performance. --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index daba0a0d..1804cf8e 100644 --- a/eval.c +++ b/eval.c @@ -1357,7 +1357,7 @@ setup_frame(INSTRUCTION *pc) if (tail_optimize) { frame_ptr->num_tail_calls++; - return; + return f->code_ptr; } if (pc->opcode == Op_indirect_func_call) { -- cgit v1.2.3