]> Cypherpunks repositories - gostls13.git/commit
runtime: handle all windows exception
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 9 Oct 2014 05:52:28 +0000 (16:52 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 9 Oct 2014 05:52:28 +0000 (16:52 +1100)
commit17a108ba079cd3e94fa4d847d651d3a813569a9b
tree1938d7543dabac6ebe4b83efc58ef5b33bd2c01c
parent9ca836844496fe8723d8fe215d78530d1bba032e
runtime: handle all windows exception

Fixes #8006.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/145150043
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