some minor fixes

This commit is contained in:
eck 1990-09-28 09:29:51 +00:00
parent 951b534d29
commit e7e6ccfc40
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@
.align 4 .align 4
.sect .bss .sect .bss
.align 4 .align 4
.sect .end ! only for declaration of _end and endbss. .sect .end ! only for declaration of _end, __end and endbss.
.sect .text .sect .text
endtext: endtext:

View File

@ -4,5 +4,4 @@
.sect .bss .sect .bss
.define _end .define _end
.sect .end ! only for declaration of _end, __end and endbss. .sect .end ! only for declaration of _end, __end and endbss.
.sect .end
_end: _end: