Skip to content

Commit 880a50d

Browse files
committed
Merge branch 'main' of github.com:cmsc430/www into main
2 parents 6e1d7d4 + 1476ff1 commit 880a50d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

langs/a86/ast.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179

180180
(define (label? x)
181181
(and (symbol? x)
182+
(nasm-label? x)
182183
(not (register? x))))
183184

184185
(define (instruction? x)

0 commit comments

Comments
 (0)