summaryrefslogtreecommitdiff
path: root/src/runtime/mgc0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mgc0.c')
-rw-r--r--src/runtime/mgc0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/mgc0.c b/src/runtime/mgc0.c
index 3f6cce5c0..8d87107c7 100644
--- a/src/runtime/mgc0.c
+++ b/src/runtime/mgc0.c
@@ -1098,7 +1098,6 @@ runtime·gcmarkwb_m()
slot = (byte**)g->m->scalararg[0];
ptr = (byte*)g->m->scalararg[1];
- *slot = ptr;
switch(runtime·gcphase) {
default:
runtime·throw("gcphasework in bad gcphase");