Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vm): remove go:nosplit from RunInstruction func (#683)
When debugging (with go-delve) some optimizations are skipped which mean this function exceeds the maximum Go stack frame. When this happens, Go usually splits the function but since there was an explicit "nosplit" the code is unable to compile and makes impossible to debug any functionality that uses `RunInstruction`.
- Loading branch information