• Russ Cox's avatar
    syscall: fix stack frame sizes in assembly · 7ad60b72
    Russ Cox authored
    for GOOS in darwin freebsd linux nacl netbsd openbsd plan9 solaris windows
    do
            for GOARCH in 386 amd64 amd64p32 arm
            do
                    go vet
            done
    done
    
    These are all real mistakes being corrected, but none
    of them should be able to cause problems today
    due to the NOSPLIT on the functions.
    
    However, vet has also identified a few important problems.
    I'm sending this CL to get rid of the trivial 'go vet' results
    before attacking the real ones.
    
    LGTM=r
    R=golang-codereviews, r, bradfitz
    CC=golang-codereviews
    https://golang.org/cl/95460046
    7ad60b72
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...