vm: just use new register instead of trying to (ab)use reg 0

This commit is contained in:
Irmen de Jong
2022-05-22 23:38:46 +02:00
parent ba614801ee
commit 0a48ef3030
5 changed files with 71 additions and 63 deletions

View File

@@ -3,9 +3,6 @@ TODO
For next release
^^^^^^^^^^^^^^^^
- vm: don't use register 0/1 "as convenience" where it's not required, just allocate a new register anyway.
search for reg.\s?=\s?0
...