Skip to content

Commit 3194bbb

Browse files
committed
Fix double global problem.
1 parent 1bd2dfa commit 3194bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/a86/printer.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
[(Label g)
207207
(begin
208208
(write-string (string-append
209-
tab "global " (label-symbol->string g) "\n"
209+
; tab "global " (label-symbol->string g) "\n"
210210
tab "default rel\n"
211211
tab "section .text\n"))
212212
(instrs-display a))]

0 commit comments

Comments
 (0)