Fixed missing register move in if statements
This commit is contained in:
parent
d3823e9cfe
commit
f2f0624638
5 changed files with 63 additions and 14 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue