errno in .bss

This commit is contained in:
ceriel 1990-01-12 14:13:39 +00:00
parent e2732629bf
commit 558a632821

View file

@ -2,8 +2,10 @@
.sect .text .sect .text
.define _errno .define _errno
.define cerror .define cerror
.comm _errno, 4
cerror: cerror:
movl r0,_errno movl r0,_errno
mnegl $1,r0 mnegl $1,r0
ret ret
.sect .bss
.comm _errno, 4