The assembler proved to contain yet another bug.
.align in text segments will not work for values that are not a divisor of the gcd of the instruction sizes.
This commit is contained in:
parent
9f203c9a17
commit
9d0812746b
1 changed files with 1 additions and 1 deletions
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
! $Header$
|
! $Header$
|
||||||
.text
|
.text
|
||||||
.align 2
|
|
||||||
endtext:
|
endtext:
|
||||||
_etext:
|
_etext:
|
||||||
|
.align 2
|
||||||
.data
|
.data
|
||||||
.align 2
|
.align 2
|
||||||
enddata:
|
enddata:
|
||||||
|
|
Loading…
Reference in a new issue