diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2013-12-19 14:38:50 +1100 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2013-12-19 14:38:50 +1100 |
| commit | 7f8a5057dd0f471c49910a3f77ded5edf7a72a08 (patch) | |
| tree | d45181f579256efbe81edb7e7c903e6c94aed475 /src/pkg/runtime/runtime.h | |
| parent | f18e2a327126904170a7d6a20b8b957b185f3954 (diff) | |
| download | go-7f8a5057dd0f471c49910a3f77ded5edf7a72a08.tar.xz | |
syscall: add NewCallbackCDecl again
Fixes #6338
R=golang-dev, kin.wilson.za, rsc
CC=golang-dev
https://golang.org/cl/36180044
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index eba26081d6..9e4cc80284 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -243,6 +243,7 @@ struct WinCallbackContext void* gobody; // Go function to call uintptr argsize; // callback arguments size (in bytes) uintptr restorestack; // adjust stack on return by (in bytes) (386 only) + bool cleanstack; }; struct G |
