• Russ Cox's avatar
    runtime: mark asmcgocall<>(SB) as having no arguments · 40dd6bf3
    Russ Cox authored
    It doesn't.
    Fixes 386 build.
    
    While we're here, mark runtime.asmcgocall as GO_ARGS,
    so that it will work with stack copying. I don't think anything
    that uses it can lead to a stack copy, but better safe than sorry.
    Certainly the runtime.asmcgocall_errno variant needs
    (and already has) GO_ARGS.
    
    TBR=iant
    CC=golang-codereviews
    https://golang.org/cl/138400043
    40dd6bf3
asm_386.s 42.9 KB