aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memclr_plan9_386.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/memclr_plan9_386.s')
-rw-r--r--src/runtime/memclr_plan9_386.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/memclr_plan9_386.s b/src/runtime/memclr_plan9_386.s
index 5b880ae86f..54701a9453 100644
--- a/src/runtime/memclr_plan9_386.s
+++ b/src/runtime/memclr_plan9_386.s
@@ -4,6 +4,8 @@
#include "textflag.h"
+// See memclrNoHeapPointers Go doc for important implementation constraints.
+
// func memclrNoHeapPointers(ptr unsafe.Pointer, n uintptr)
TEXT runtime·memclrNoHeapPointers(SB), NOSPLIT, $0-8
MOVL ptr+0(FP), DI