last fixes for cc

seems like setup had just worked by chance and change broke that.
This commit is contained in:
2019-08-23 19:22:27 +03:00
parent 4ca16e5f9a
commit 1eb6430880
6 changed files with 17 additions and 7 deletions

View File

@ -12,7 +12,7 @@ module Risc
#
class Builder
attr_reader :built , :compiler
attr_reader :built , :compiler , :names
# pass a compiler, to which instruction are added (usually)
# second arg determines weather instructions are added (default true)