aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2013-12-19 14:38:50 +1100
committerAlex Brainman <alex.brainman@gmail.com>2013-12-19 14:38:50 +1100
commit7f8a5057dd0f471c49910a3f77ded5edf7a72a08 (patch)
treed45181f579256efbe81edb7e7c903e6c94aed475 /src/pkg/runtime/runtime.h
parentf18e2a327126904170a7d6a20b8b957b185f3954 (diff)
downloadgo-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.h1
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