summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--byterun/interp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/interp.c b/byterun/interp.c
index 1f830e7f3..6f11a3d17 100644
--- a/byterun/interp.c
+++ b/byterun/interp.c
@@ -823,6 +823,7 @@ value interprete(prog, prog_size)
Next;
Instruct(OFFSETREF):
Field(accu, 0) += *pc << 1;
+ accu = Val_unit;
pc++;
Next;