1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:11:21 -06:00
go/src/pkg/runtime/windows
Hector Chu 9b011500c0 runtime: implement exception handling on windows/amd64
Fixes #2194.

R=rsc, alex.brainman, vcc.163, jp
CC=golang-dev
https://golang.org/cl/4977044
2011-09-03 18:27:16 +10:00
..
386 runtime: windows/amd64 callbacks fixed and syscall fixed to allow using it in callbacks 2011-08-30 22:02:02 +10:00
amd64 runtime: implement exception handling on windows/amd64 2011-09-03 18:27:16 +10:00
defs.c runtime: implement exception handling on windows/amd64 2011-09-03 18:27:16 +10:00
mem.c runtime: another attempt to allow stdcall to be used from both 386 and amd64 arch 2011-06-28 12:46:16 +10:00
os.h runtime: use cgo runtime functions to call windows syscalls 2011-08-27 23:17:00 +10:00
signals.h runtime: add empty windows/signals.h file to fix build 2011-02-25 11:16:39 +11:00
syscall.goc runtime: go interface to cdecl calbacks 2011-08-29 10:40:28 +10:00
thread.c runtime: windows/amd64 callbacks fixed and syscall fixed to allow using it in callbacks 2011-08-30 22:02:02 +10:00