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