errno in .bss
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
.sect .text
|
||||
.define _errno
|
||||
.define cerror
|
||||
.comm _errno, 4
|
||||
cerror:
|
||||
movl r0,_errno
|
||||
mnegl $1,r0
|
||||
ret
|
||||
|
||||
.sect .bss
|
||||
.comm _errno, 4
|
||||
|
||||
Reference in New Issue
Block a user