Commit d6c59ad7 authored by Russ Cox's avatar Russ Cox

clarification suggested by rob

R=r
DELTA=4  (4 added, 0 deleted, 0 changed)
OCL=26983
CL=27041
parent 695c90da
......@@ -546,6 +546,10 @@ sys·exitsyscall(void)
* don't bother with the check and always call morestack.
* the sequences are:
*
* guard = g->stackguard
* frame = function's stack frame size
* argsize = size of function arguments (call + return)
*
* stack frame size <= StackSmall:
* CMPQ guard, SP
* JHI 3(PC)
......
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