Commit 0627248a authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: update runtime·gogo comment in asm files

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/10244043
parent d67e7e3a
......@@ -141,7 +141,7 @@ TEXT runtime·gosave(SB), 7, $0
MOVL BX, gobuf_g(AX)
RET
// void gogo(Gobuf*, uintptr)
// void gogo(Gobuf*)
// restore state from Gobuf; longjmp
TEXT runtime·gogo(SB), 7, $0
MOVL 4(SP), BX // gobuf
......
......@@ -128,7 +128,7 @@ TEXT runtime·gosave(SB), 7, $0
MOVQ BX, gobuf_g(AX)
RET
// void gogo(Gobuf*, uintptr)
// void gogo(Gobuf*)
// restore state from Gobuf; longjmp
TEXT runtime·gogo(SB), 7, $0
MOVQ 8(SP), BX // gobuf
......
......@@ -108,7 +108,7 @@ TEXT runtime·gosave(SB), 7, $-4
MOVW R11, gobuf_ctxt(R0)
RET
// void gogo(Gobuf*, uintptr)
// void gogo(Gobuf*)
// restore state from Gobuf; longjmp
TEXT runtime·gogo(SB), 7, $-4
MOVW 0(FP), R1 // gobuf
......
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