1
0
mirror of https://github.com/golang/go synced 2024-10-01 11:38:34 -06:00

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
This commit is contained in:
Josh Bleecher Snyder 2014-08-26 12:38:18 -07:00
parent 2511d92ffe
commit e5a06ccd37

View File

@ -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