From: Rob Pike Date: Thu, 9 Jul 2015 05:06:15 +0000 (+1000) Subject: doc: R13 is stack pointer on ARM, not 386 X-Git-Tag: go1.5beta2~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2e6ed613dc023d7c9e5cdfd6b3877069918bcae3;p=gostls13.git 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 --- 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