.sect .text added
This commit is contained in:
parent
479827380c
commit
04cee55976
|
@ -4,6 +4,7 @@
|
|||
.sect .data
|
||||
.sect .bss
|
||||
.extern _execl
|
||||
.sect .text
|
||||
_execl: link a6,#0
|
||||
tst.b -132(sp)
|
||||
move.l _environ,-(sp)
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
.sect .data
|
||||
.sect .bss
|
||||
.extern _fstat
|
||||
.sect .text
|
||||
_fstat: move.w #0x1C,d0
|
||||
move.w 4(sp),a0
|
||||
move.l 6(sp),d1
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
.sect .bss
|
||||
.extern _signal
|
||||
NSIG=32
|
||||
.sect .text
|
||||
_signal:
|
||||
move.w 4(sp), d0
|
||||
ext.l d0
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
.sect .data
|
||||
.sect .bss
|
||||
.extern _wait
|
||||
.sect .text
|
||||
_wait: move.w #0x7,d0
|
||||
move.l 4(sp),a0
|
||||
trap #0
|
||||
|
|
Loading…
Reference in a new issue