diff options
Diffstat (limited to 'src/pkg/runtime/mem_plan9.c')
-rw-r--r-- | src/pkg/runtime/mem_plan9.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/runtime/mem_plan9.c b/src/pkg/runtime/mem_plan9.c index ea35a1709c..249c6f2255 100644 --- a/src/pkg/runtime/mem_plan9.c +++ b/src/pkg/runtime/mem_plan9.c @@ -8,8 +8,8 @@ #include "malloc.h" #include "os_GOOS.h" -extern byte end[]; -static byte *bloc = { end }; +extern byte runtimeĀ·end[]; +static byte *bloc = { runtimeĀ·end }; static Lock memlock; enum |