aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memclr_arm.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/memclr_arm.s')
-rw-r--r--src/runtime/memclr_arm.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/memclr_arm.s b/src/runtime/memclr_arm.s
index f113a1aa2d..f02d058ead 100644
--- a/src/runtime/memclr_arm.s
+++ b/src/runtime/memclr_arm.s
@@ -33,6 +33,7 @@
// See memclrNoHeapPointers Go doc for important implementation constraints.
// func memclrNoHeapPointers(ptr unsafe.Pointer, n uintptr)
+// Also called from assembly in sys_windows_arm.s without g (but using Go stack convention).
TEXT runtime·memclrNoHeapPointers(SB),NOSPLIT,$0-8
MOVW ptr+0(FP), TO
MOVW n+4(FP), N