scc

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

commit dfa2d2ccc8a950ba4696ac3b1a16be6089e8ac90
parent 2c616f66467f5e2708b7f8f46d96469181c4c406
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