aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgcmark_nogreenteagc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mgcmark_nogreenteagc.go')
-rw-r--r--src/runtime/mgcmark_nogreenteagc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mgcmark_nogreenteagc.go b/src/runtime/mgcmark_nogreenteagc.go
index c0ca5c21ea..6e4f0c4f72 100644
--- a/src/runtime/mgcmark_nogreenteagc.go
+++ b/src/runtime/mgcmark_nogreenteagc.go
@@ -24,7 +24,7 @@ func tryDeferToSpanScan(p uintptr, gcw *gcWork) bool {
func (s *mspan) initInlineMarkBits() {
}
-func (s *mspan) mergeInlineMarks(to *gcBits) {
+func (s *mspan) moveInlineMarks(to *gcBits) {
throw("unimplemented")
}