diff options
Diffstat (limited to 'src/emit.lisp')
-rw-r--r-- | src/emit.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emit.lisp b/src/emit.lisp index f73d9be..85214c2 100644 --- a/src/emit.lisp +++ b/src/emit.lisp @@ -48,8 +48,8 @@ concatenated with TYPE." (defun x (&rest lst) (append lst - ;; add a halt to the end of the instructions list - (list (r "QUOT" (rr 0) (rr 0) (rr 0))))) + ;; add a halt to the end of the instructions list + (list (r "QUOT" (rr 0) (rr 0) (rr 0))))) (defun r (mnemonic s1 s2 d) (concatenate |