]> Cypherpunks repositories - gostls13.git/commit
runtime: implement exception handling on windows/amd64
authorHector Chu <hectorchu@gmail.com>
Sat, 3 Sep 2011 08:27:16 +0000 (18:27 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 3 Sep 2011 08:27:16 +0000 (18:27 +1000)
commit9b011500c0b93951b0618c06be1b9d2d78ab374e
tree64c3c7edff75fed9df012c866f660db1ed18576b
parent2b6d3b498c92371b5e9721d8ca69bc680f4c80f3
runtime: implement exception handling on windows/amd64

Fixes #2194.

R=rsc, alex.brainman, vcc.163, jp
CC=golang-dev
https://golang.org/cl/4977044
src/cmd/ld/pe.c
src/pkg/runtime/windows/amd64/defs.h
src/pkg/runtime/windows/amd64/signal.c
src/pkg/runtime/windows/amd64/sys.s
src/pkg/runtime/windows/defs.c