We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a6db84 + 66f5a85 commit de057c9Copy full SHA for de057c9
2 files changed
www/notes/agreement/asm/printer.rkt
@@ -39,6 +39,6 @@
39
(let ((g (findf symbol? a)))
40
(display
41
(string-append "\tglobal " (label->string g) "\n"
42
- "\textern get_int\n"
+ "\textern " (label->string 'get_int) "\n"
43
"\tsection .text\n"
44
(asm->string a)))))
www/notes/blackmail/asm/printer.rkt
@@ -43,6 +43,6 @@
45
46
47
48
0 commit comments