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 @@
require_relative "translator"
module Arm
class ArmPlatform
class ArmPlatform < Risc::Platform
def translator
Translator.new
end