diff options
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 |