diff options
author | Camil Staps | 2016-07-05 17:25:10 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-05 17:25:10 +0200 |
commit | ceb0b74bd0b368124679378ebfb2cf316deb2e39 (patch) | |
tree | 7f5c562952bcf0427d838274177123765fe93cf5 /ABC/Code | |
parent | ProgramStore as array for efficiency (diff) |
Added Machine as module level
Diffstat (limited to 'ABC/Code')
-rw-r--r-- | ABC/Code/RTS.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ABC/Code/RTS.icl b/ABC/Code/RTS.icl index 89032f3..2551c51 100644 --- a/ABC/Code/RTS.icl +++ b/ABC/Code/RTS.icl @@ -1,6 +1,6 @@ implementation module ABC.Code.RTS -import ABC.Machine +import ABC.Assembler rts :: Assembler rts |