Skip to content

Commit

Permalink
cross VM: fix encell ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bike committed Sep 1, 2024
1 parent b007891 commit b8e952c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vm-cross.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@
(incf ip))
((#.m:encell)
(let ((index (next-code)))
(setf (local index) (make-cell (local index)))))
(setf (local index) (make-cell (local index))))
(incf ip))
((#.m:long)
(case (next-code)
(#.m:ref (spush (local (next-long))) (incf ip))
Expand Down

0 comments on commit b8e952c

Please sign in to comment.