Skip to content

Commit de057c9

Browse files
committed
Merge remote-tracking branch 'origin/master' into master
2 parents 5a6db84 + 66f5a85 commit de057c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

www/notes/agreement/asm/printer.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
(let ((g (findf symbol? a)))
4040
(display
4141
(string-append "\tglobal " (label->string g) "\n"
42-
"\textern get_int\n"
42+
"\textern " (label->string 'get_int) "\n"
4343
"\tsection .text\n"
4444
(asm->string a)))))

www/notes/blackmail/asm/printer.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
(let ((g (findf symbol? a)))
4444
(display
4545
(string-append "\tglobal " (label->string g) "\n"
46-
"\textern get_int\n"
46+
"\textern " (label->string 'get_int) "\n"
4747
"\tsection .text\n"
4848
(asm->string a)))))

0 commit comments

Comments
 (0)