scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 723680c7ffccb0b03b6795b7f5b2ad52b3d6ca43
parent 1f0c930bc6f1bda3337f5b29e1787791bcec4a9f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 20 Sep 2019 19:33:32 +0200

Merge branch 'master' into powerpc

Diffstat:
Msrc/libc/arch/amd64/crt-posix.s | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libc/arch/amd64/crt-posix.s b/src/libc/arch/amd64/crt-posix.s @@ -4,7 +4,7 @@ _environ: .quad 0 .text - .global start + .globl _start _start: movq %rsp,%rbp