Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a crash when compiling the project on windows in 64 bit mode.
Not all non-volatile registers were actually saved and restored, leading to a few registers being trashed after calling the vm instructions. All non-volatile registers have been added.
- Loading branch information