Commit 2e6ed613 authored by Rob Pike's avatar Rob Pike

doc: R13 is stack pointer on ARM, not 386

Fix typo.

TBR=rsc

Change-Id: I85d1b46744a9a4524e7949e452cdebb53afe0740
Reviewed-on: https://go-review.googlesource.com/11959Reviewed-by: default avatarRob Pike <r@golang.org>
parent e71276c7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment