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. (#1999)
Acked-by: Taylor Sutton <[email protected]> This Pull Request fixes/closes #1998 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.
- Loading branch information