aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-10-25 21:58:39 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-10-25 21:58:39 +0200
commita2f4c46ba3d4cd3de6be372316abc0e0e6518d4c (patch)
treec45adb075a1f582ea50593facde48e2a835ae429 /eval.c
parent1bba94521445126120cecd41f7ea29a2810a5eeb (diff)
downloadegawk-a2f4c46ba3d4cd3de6be372316abc0e0e6518d4c.tar.gz
egawk-a2f4c46ba3d4cd3de6be372316abc0e0e6518d4c.tar.bz2
egawk-a2f4c46ba3d4cd3de6be372316abc0e0e6518d4c.zip
Fix warning messages after merge with gawk_performance.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
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) {