• Russ Cox's avatar
    runtime: fix traceback on Windows · 0a3bd045
    Russ Cox authored
    The exception handler runs on the ordinary g stack,
    and the stack copier is now trying to do a traceback
    across it. That's never been needed before, so it was
    unimplemented. Implement it, in all its ugliness.
    
    Fixes windows/amd64 build.
    
    TBR=khr
    CC=golang-codereviews
    https://golang.org/cl/71030043
    0a3bd045
traceback_x86.c 8.54 KB