[hackers] [scc] [crt-amd64-linux] Fix main,exit types || Roberto E. Vargas Caballero
commit 614668a41b6c946aefad337904b82091ab16d6b4
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Mar 6 17:05:47 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Mar 6 17:05:47 2017 +0100
[crt-amd64-linux] Fix main,exit types
diff --git a/crt/amd64-linux/crt.as b/crt/amd64-linux/crt.as
index 040906c..26ab0e5 100644
--- a/crt/amd64-linux/crt.as
+++ b/crt/amd64-linux/crt.as
_AT_@ -3,6 +3,6 @@
.global _start
_start:
- call $main
+ call main
movl %eax, %edi
- call $exit
+ call exit
Received on Mon Mar 06 2017 - 17:06:21 CET
This archive was generated by hypermail 2.3.0
: Mon Mar 06 2017 - 17:12:18 CET