We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1ebdf commit 4f03ae3Copy full SHA for 4f03ae3
1 file changed
langs/outlaw/compile-ops.rkt
@@ -132,6 +132,7 @@
132
(unpad-stack))]
133
['error
134
(seq (assert-string rax)
135
+ (Xor rax type-str)
136
(Mov rdi rax)
137
(pad-stack)
138
(Call 'raise_error))]
0 commit comments