Skip to content

Commit b64cd8e

Browse files
committed
Fix a typo after refactoring VirtualMachine
1 parent d1a0d06 commit b64cd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/virtualmachine_p.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ do_str_at : {
669669
do_exec : {
670670
auto ret = functions[*++pos](vm);
671671
if (updatePos) {
672-
pos = pos;
672+
pos = this->pos;
673673
updatePos = false;
674674
}
675675
if (stop) {

0 commit comments

Comments
 (0)