aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mcache.c')
-rw-r--r--src/runtime/mcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mcache.c b/src/runtime/mcache.c
index 17ea5d2e26..5fdbe32667 100644
--- a/src/runtime/mcache.c
+++ b/src/runtime/mcache.c
@@ -13,7 +13,7 @@
extern volatile intgo runtime·MemProfileRate;
// dummy MSpan that contains no free objects.
-static MSpan runtime·emptymspan;
+MSpan runtime·emptymspan;
MCache*
runtime·allocmcache(void)