]> Cypherpunks repositories - gostls13.git/commit
runtime: make windows exception handler code arch independent
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 9 Apr 2015 05:13:48 +0000 (15:13 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 9 Apr 2015 09:55:38 +0000 (09:55 +0000)
commit6e774faed773afa1ff7345e2c2d4367e9510388d
tree6a533770d97b32a5acbb642aeb77b3889d4926b5
parenta513088396d28794c2b2e1bb5e5f2a827e922b4a
runtime: make windows exception handler code arch independent

Mainly it is simple copy. But I had to change amd64
lastcontinuehandler return value from uint32 to int32.
I don't remember how it happened to be uint32, but new
int32 is matching better with Windows documentation (LONG).
I don't think it matters one way or the others.

Change-Id: I6935224a2470ad6301e27590f2baa86c13bbe8d5
Reviewed-on: https://go-review.googlesource.com/8686
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/os1_windows_386.go [deleted file]
src/runtime/signal_windows.go [moved from src/runtime/os1_windows_amd64.go with 99% similarity]