From 7f8a5057dd0f471c49910a3f77ded5edf7a72a08 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Thu, 19 Dec 2013 14:38:50 +1100 Subject: syscall: add NewCallbackCDecl again Fixes #6338 R=golang-dev, kin.wilson.za, rsc CC=golang-dev https://golang.org/cl/36180044 --- src/pkg/runtime/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/runtime/runtime.h') 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 -- cgit v1.3-5-g9baa