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
.define _errno
.define cerror
.comm _errno, 4
cerror:
movl r0,_errno
mnegl $1,r0
ret
.sect .bss
.comm _errno, 4