We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053bb23 commit 33db7f3Copy full SHA for 33db7f3
1 file changed
langs/outlaw/a86/printer.rkt
@@ -76,6 +76,7 @@
76
(define (external-label-shared? x)
77
(and (label? x)
78
(current-shared?)
79
+ (eq? 'unix (system-type 'os))
80
(memq x (unbox external-labels))))
81
82
(define (mov->string a1 a2)
0 commit comments