.globl does not accept comma's
This commit is contained in:
parent
d62336a718
commit
980953f861
|
@ -1,5 +1,6 @@
|
|||
.set break,17
|
||||
.globl _sbrk, _brk
|
||||
.globl _sbrk
|
||||
.globl _brk
|
||||
.globl _end
|
||||
|
||||
.align 1
|
||||
|
|
Loading…
Reference in a new issue