We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d52a0a commit 5f0789cCopy full SHA for 5f0789c
1 file changed
langs/evildoer/compile-ops.rkt
@@ -34,7 +34,7 @@
34
(Xor rax type-char))]
35
['eof-object?
36
(seq (Cmp rax (value->bits eof))
37
- (if-equal))
+ (if-equal))]
38
['write-byte
39
(seq (Mov rdi rax)
40
(Call 'write_byte)
0 commit comments