fix platform derivation and some tests

This commit is contained in:
Torsten Ruger
2018-07-01 21:27:27 +03:00
parent bb49f1be78
commit 5f2a256608
6 changed files with 17 additions and 10 deletions

View File

@ -1,6 +1,6 @@
module Risc
class InterpreterPlatform
class InterpreterPlatform < Platform
def translator
IdentityTranslator.new
end