Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vm): off-by-one in code block stringification.
The call to retrieve operands modifies pc, setting it to the index of the *next* instruction. So, we save its initial value and use that for printing. Acked-by: Taylor Sutton <[email protected]>
- Loading branch information