fix instruction pointer update

This commit is contained in:
2021-09-21 00:17:56 +02:00
parent 4d3eca0e7f
commit 5726a389ef

View File

@@ -68,6 +68,8 @@ impl<'a> Machine<'a> {
} }
} }
} }
self.ip += 1;
} }
} }