Added .align 2.

Especially important for malloc.
This commit is contained in:
keie 1985-02-17 00:57:19 +00:00
parent 43a2b60360
commit 9f45dd0650

View file

@ -1,11 +1,12 @@
.define endtext, enddata, endbss, end
.text
.align 2
endtext:
.data
.align 2
enddata:
.bss
.align 2
endbss:
end: