The universal assembler has a bug that precludes use of .align
in text segments, except as the very last command.
This commit is contained in:
parent
9d0812746b
commit
b294ab5042
|
@ -1,8 +1,8 @@
|
|||
.define endtext, enddata, endbss, end
|
||||
|
||||
.text
|
||||
.align 2
|
||||
endtext:
|
||||
.align 2
|
||||
.data
|
||||
.align 2
|
||||
enddata:
|
||||
|
|
Loading…
Reference in a new issue