Skip to content

Commit 33db7f3

Browse files
committed
Small printer tweak so things work on macos too.
1 parent 053bb23 commit 33db7f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

langs/outlaw/a86/printer.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
(define (external-label-shared? x)
7777
(and (label? x)
7878
(current-shared?)
79+
(eq? 'unix (system-type 'os))
7980
(memq x (unbox external-labels))))
8081

8182
(define (mov->string a1 a2)

0 commit comments

Comments
 (0)