errno is moved to a sfile of its own.
This commit is contained in:
parent
a635fb0203
commit
84f9364d4c
@ -2,7 +2,6 @@
|
|||||||
.define callc
|
.define callc
|
||||||
.define calle
|
.define calle
|
||||||
.define cerror
|
.define cerror
|
||||||
.define _errno
|
|
||||||
.extern call
|
.extern call
|
||||||
.extern callc
|
.extern callc
|
||||||
.extern calle
|
.extern calle
|
||||||
@ -23,6 +22,3 @@ cerror:
|
|||||||
move.l d0,_errno
|
move.l d0,_errno
|
||||||
move.l #-1,d0
|
move.l #-1,d0
|
||||||
rts
|
rts
|
||||||
.bss
|
|
||||||
_errno: .space 4
|
|
||||||
.text
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user