rubyx/test/risc/helper.rb
Torsten Ruger 49c4d170ce make the interpreter platform
but still using the risc_instruction stream
2018-05-17 09:31:36 +03:00

5 lines
84 B
Ruby

require_relative "../helper"
class DevNull
def write_unsigned_int_32( _ );end
end