aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index 53a5959f..de4e9497 100644
--- a/eval.c
+++ b/eval.c
@@ -2137,11 +2137,11 @@ post:
break;
case Op_var_update: /* update value of NR, FNR or NF */
- pc->memory->var_update();
+ pc->update_var();
break;
case Op_var_assign:
- pc->memory->var_assign();
+ pc->assign_var();
break;
case Op_field_assign: