]> Cypherpunks repositories - gostls13.git/commit
runtime: fix windows signal handlers
authorRuss Cox <rsc@golang.org>
Wed, 27 Aug 2014 18:43:07 +0000 (14:43 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 27 Aug 2014 18:43:07 +0000 (14:43 -0400)
commitc548cc2ec8c5c83ba16ab92c1cf8bcc3320ba624
tree5ccb5b100e7325bb8543f3e51b74287171f17735
parentfe91006a02b4892d95d1625889632aa4e0fe2b58
runtime: fix windows signal handlers

Windows needs the return result in AX, but runtime.sighandler
no longer stores it in AX. Load it back during the assembly trampoline.

TBR=brainman
CC=golang-codereviews
https://golang.org/cl/133980043
src/pkg/runtime/sys_windows_386.s
src/pkg/runtime/sys_windows_amd64.s