]> Cypherpunks repositories - gostls13.git/commitdiff
doc: R13 is stack pointer on ARM, not 386
authorRob Pike <r@golang.org>
Thu, 9 Jul 2015 05:06:15 +0000 (15:06 +1000)
committerRob Pike <r@golang.org>
Thu, 9 Jul 2015 05:08:08 +0000 (05:08 +0000)
Fix typo.

TBR=rsc

Change-Id: I85d1b46744a9a4524e7949e452cdebb53afe0740
Reviewed-on: https://go-review.googlesource.com/11959
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.html

index 14b193899471282b79dac11cd37c969acd49a354..782e839565ddad94d2da8b95b7fa4976d4c7bb59 100644 (file)
@@ -360,7 +360,7 @@ Perhaps more important is that on machines where
 for a numbered register,
 such as <code>R13</code> for the stack pointer and
 <code>R15</code> 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, <code>SP</code> and <code>4(SP)</code> are