Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm: fix broken stack guard in
vm::exec()
The symbol used in the stack guard and call stack push was not actually initialized, causing a crash when creating any function override.
- Loading branch information