]> Cypherpunks repositories - gostls13.git/commit
runtime: remove useless code around of EXCEPTION_BREAKPOINT
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 19 Sep 2014 01:14:51 +0000 (11:14 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 19 Sep 2014 01:14:51 +0000 (11:14 +1000)
commitf8474fa01d6995b9e442abff3f7b01a9119a22cc
treee35a0b71bb55ddd47a04ae19a0c3d33fffb15e19
parent048692e5de12c89b80761a9532c86eff526af640
runtime: remove useless code around of EXCEPTION_BREAKPOINT

This is to simplify VEH handler before making
changes to fix issue 8006.

Update #8006

LGTM=adg, rsc
R=golang-codereviews, adg, rsc
CC=golang-codereviews
https://golang.org/cl/138630043
src/runtime/defs_windows.go
src/runtime/defs_windows_386.h
src/runtime/defs_windows_amd64.h
src/runtime/os_windows_386.c
src/runtime/os_windows_amd64.c