From ebf32c586845e8b1601dbb02a35c3af2a9da537a Mon Sep 17 00:00:00 2001 From: Kai Backman Date: Sat, 6 Feb 2010 21:59:46 -0800 Subject: [PATCH] fix comment R=rsc CC=golang-dev https://golang.org/cl/203053 --- src/pkg/runtime/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 2182ef3191..2d6d42ee62 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -74,7 +74,7 @@ typedef struct Hchan Hchan; * * amd64: allocated downwards from R15 * x86: allocated upwards from 0(FS) - * arm: allocated upwards from R9 + * arm: allocated downwards from R10 * * every C file linked into a Go program must include runtime.h * so that the C compiler knows to avoid other uses of these registers. -- 2.50.0