aboutsummaryrefslogtreecommitdiff
path: root/src/interp/resume.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/resume.c')
-rw-r--r--src/interp/resume.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/resume.c b/src/interp/resume.c
index cf9ece2..2494928 100644
--- a/src/interp/resume.c
+++ b/src/interp/resume.c
@@ -13,6 +13,8 @@
void nwp_interp_resume(struct nw_interp *const i)
{
+ i->fr.prev_op = i->fr.op;
+
if (i->set)
nwp_interp_limited(i);
else