Skip to content

Commit 4f03ae3

Browse files
committed
Bug in error.
1 parent aa1ebdf commit 4f03ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

langs/outlaw/compile-ops.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
(unpad-stack))]
133133
['error
134134
(seq (assert-string rax)
135+
(Xor rax type-str)
135136
(Mov rdi rax)
136137
(pad-stack)
137138
(Call 'raise_error))]

0 commit comments

Comments
 (0)