Commit 6607534d authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

doc: fix an article

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/91770050
parent d844d698
...@@ -201,7 +201,7 @@ TEXT runtime·profileloop(SB),NOSPLIT,$8 ...@@ -201,7 +201,7 @@ TEXT runtime·profileloop(SB),NOSPLIT,$8
<p> <p>
In the general case, the frame size is followed by an argument size, separated by a minus sign. In the general case, the frame size is followed by an argument size, separated by a minus sign.
(It's not an subtraction, just idiosyncratic syntax.) (It's not a subtraction, just idiosyncratic syntax.)
The frame size <code>$24-8</code> states that the function has a 24-byte frame The frame size <code>$24-8</code> states that the function has a 24-byte frame
and is called with 8 bytes of argument, which live on the caller's frame. and is called with 8 bytes of argument, which live on the caller's frame.
If <code>NOSPLIT</code> is not specified for the <code>TEXT</code>, If <code>NOSPLIT</code> is not specified for the <code>TEXT</code>,
......
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