From: Josh Bleecher Snyder Date: Tue, 26 Aug 2014 19:38:18 +0000 (-0700) Subject: runtime: name hi and lo parts of ret in assembly X-Git-Tag: go1.4beta1~688 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e5a06ccd3789aba38d5255be32cec1ff740f306b;p=gostls13.git runtime: name hi and lo parts of ret in assembly Makes vet happy. LGTM=bradfitz R=dvyukov, bradfitz CC=golang-codereviews https://golang.org/cl/131320043 --- diff --git a/src/pkg/runtime/asm_386.s b/src/pkg/runtime/asm_386.s index 198a468efe..2163c913d9 100644 --- a/src/pkg/runtime/asm_386.s +++ b/src/pkg/runtime/asm_386.s @@ -877,8 +877,8 @@ TEXT runtime·cputicks(SB),NOSPLIT,$0-4 TEXT runtime·gocputicks(SB),NOSPLIT,$0-8 RDTSC - MOVL AX, ret+0(FP) - MOVL DX, ret+4(FP) + MOVL AX, ret_lo+0(FP) + MOVL DX, ret_hi+4(FP) RET TEXT runtime·ldt0setup(SB),NOSPLIT,$16-0