back to method_compiler

it is what it is
This commit is contained in:
Torsten Ruger
2018-06-30 23:26:28 +03:00
parent 91a99b1239
commit 05669065ca
10 changed files with 12 additions and 12 deletions

View File

@ -18,7 +18,7 @@ module Mom
# In other words Mom is the higher abstraction and so mom instructions convert
# to many (1-10) risc instructions
#
# The argument that is passed is a RiscCompiler, which has the method and some
# The argument that is passed is a MethodCompiler, which has the method and some
# state about registers used. (also provides helpers to generate risc instructions)
def to_risc(compiler)
raise self.class.name + "_todo"