Fixed missing register move in if statements

This commit is contained in:
Eduard Urbach 2025-02-03 13:17:48 +01:00
parent 646dafd216
commit cb6b3a4cd0
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
5 changed files with 63 additions and 14 deletions

View file

@ -54,6 +54,7 @@ var programs = []struct {
{"branch-and", "", "", 0},
{"branch-or", "", "", 0},
{"branch-both", "", "", 0},
{"branch-save", "", "", 0},
{"jump-near", "", "", 0},
{"switch", "", "", 0},
{"loop", "", "", 0},