More work on x86_64 port of usermode
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / arch / x86_64.asm.h
index a21bf18..081e300 100644 (file)
@@ -25,7 +25,7 @@ _memcpy:
        pop rbp
        ret
 
-[global _errno]
+[global _errno:data 4]
 _errno:        dw      0       ; Placed in .text, to allow use of relative addressing
 
 #define SYSCALL0(_name,_num)   SYSCALL0 _name, _num

UCC git Repository :: git.ucc.asn.au