summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/cgo/iscgo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/cgo/iscgo.c')
-rw-r--r--src/pkg/runtime/cgo/iscgo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/cgo/iscgo.c b/src/pkg/runtime/cgo/iscgo.c
index eb6f5c09d..0907a1958 100644
--- a/src/pkg/runtime/cgo/iscgo.c
+++ b/src/pkg/runtime/cgo/iscgo.c
@@ -12,3 +12,4 @@
#include "../runtime.h"
bool runtime·iscgo = 1;
+uint32 runtime·needextram = 1; // create an extra M on first cgo call