From 2e6ed613dc023d7c9e5cdfd6b3877069918bcae3 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 9 Jul 2015 15:06:15 +1000 Subject: [PATCH] doc: R13 is stack pointer on ARM, not 386 Fix typo. TBR=rsc Change-Id: I85d1b46744a9a4524e7949e452cdebb53afe0740 Reviewed-on: https://go-review.googlesource.com/11959 Reviewed-by: Rob Pike --- doc/go1.5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.5.html b/doc/go1.5.html index 14b1938994..782e839565 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -360,7 +360,7 @@ Perhaps more important is that on machines where for a numbered register, such as R13 for the stack pointer and R15 for the hardware program counter -on x86, +on ARM, a reference to such a register that does not include a symbol is now illegal. For example, SP and 4(SP) are -- 2.48.1