errno is moved to a sfile of its own.
This commit is contained in:
parent
a635fb0203
commit
84f9364d4c
1 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
.define callc
|
||||
.define calle
|
||||
.define cerror
|
||||
.define _errno
|
||||
.extern call
|
||||
.extern callc
|
||||
.extern calle
|
||||
|
@ -23,6 +22,3 @@ cerror:
|
|||
move.l d0,_errno
|
||||
move.l #-1,d0
|
||||
rts
|
||||
.bss
|
||||
_errno: .space 4
|
||||
.text
|
||||
|
|
Loading…
Reference in a new issue