]> Cypherpunks repositories - gostls13.git/commit
undo CL 145150043 / 8b3d26697b8d
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 9 Oct 2014 06:24:34 +0000 (17:24 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 9 Oct 2014 06:24:34 +0000 (17:24 +1100)
commit64736accdbc187eba6619345754abaaeefdb7238
tree5d82c7f95914fab5d0fa5e03ef9d5421d95bf1c9
parent17a108ba079cd3e94fa4d847d651d3a813569a9b
undo CL 145150043 / 8b3d26697b8d

That was complete failure - builders are broken,
but original cl worked fine on my system.
I will need access to builders
to test this change properly.

««« original CL description
runtime: handle all windows exception

Fixes #8006.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/145150043
»»»

TBR=rsc
R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/154180043
src/runtime/defs_windows.go
src/runtime/defs_windows_386.h
src/runtime/defs_windows_amd64.h
src/runtime/os_windows.c
src/runtime/os_windows_386.c
src/runtime/os_windows_amd64.c
src/runtime/sys_windows_386.s
src/runtime/sys_windows_amd64.s
src/runtime/syscall_windows_test.go