Added a ".sect .text". The text "landed" in the bss segment.
This commit is contained in:
parent
5d188dee44
commit
79eab3513d
|
@ -1,5 +1,6 @@
|
|||
.define _stime
|
||||
.extern _stime
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.define _stty
|
||||
.extern _stty
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.define _sync
|
||||
.extern _sync
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
|
|
Loading…
Reference in a new issue