aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mem_plan9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mem_plan9.c')
-rw-r--r--src/runtime/mem_plan9.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/mem_plan9.c b/src/runtime/mem_plan9.c
index 402869f393..d673d6f830 100644
--- a/src/runtime/mem_plan9.c
+++ b/src/runtime/mem_plan9.c
@@ -10,6 +10,7 @@
#include "textflag.h"
extern byte runtimeĀ·end[];
+#pragma dataflag NOPTR
static byte *bloc = { runtimeĀ·end };
static Mutex memlock;