Build - Removed -Werror from kmode to allow scan-build to be run
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / arch / x86.asm.h
index 4de2527..1f5ba1f 100644 (file)
@@ -14,11 +14,8 @@ _errno:      dw      0
 [extern SoMain]
 _start:
        call SoMain
-
-       add esp, 4
+       add esp, 4      ; // Base address
        call eax
-
-       push eax
        call _exit
 
 ; DEST

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