fix unconditional jump

and affected tests
This commit is contained in:
Torsten Ruger
2018-03-20 22:05:09 +05:30
parent c12830ee6d
commit 77084dc894
5 changed files with 17 additions and 9 deletions

View File

@ -60,6 +60,11 @@ module Risc
super(source , label)
end
end
class Unconditional < Branch
end
class IsZero < Branch
end