From: Ian Lance Taylor Date: Wed, 12 Jun 2013 22:05:10 +0000 (-0700) Subject: runtime: update runtime·gogo comment in asm files X-Git-Tag: go1.2rc2~1259 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0627248a1f13daf5df197560308f5497cf9fd8a8;p=gostls13.git runtime: update runtime·gogo comment in asm files R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/10244043 --- diff --git a/src/pkg/runtime/asm_386.s b/src/pkg/runtime/asm_386.s index 2aa1a2d0e4..89db413704 100644 --- a/src/pkg/runtime/asm_386.s +++ b/src/pkg/runtime/asm_386.s @@ -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 diff --git a/src/pkg/runtime/asm_amd64.s b/src/pkg/runtime/asm_amd64.s index be3ae0d32a..f6919c6d03 100644 --- a/src/pkg/runtime/asm_amd64.s +++ b/src/pkg/runtime/asm_amd64.s @@ -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 diff --git a/src/pkg/runtime/asm_arm.s b/src/pkg/runtime/asm_arm.s index 7d6123c0e5..5442e69ad1 100644 --- a/src/pkg/runtime/asm_arm.s +++ b/src/pkg/runtime/asm_arm.s @@ -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