remove the :int shorthand

This commit is contained in:
Torsten Ruger
2018-03-31 19:17:55 +03:00
parent 696886cc94
commit a2173645b3
6 changed files with 9 additions and 9 deletions

View File

@ -44,7 +44,7 @@ module Arm
end
# the number (a Risc::integer) is (itself) divided by 10, ie overwritten by the result
# the number (a Risc::Integer) is (itself) divided by 10, ie overwritten by the result
# and the remainder is overwritten (ie an out argument)
# not really a function, more a macro,
def div10( function, number , remainder )