From 87cb94fa270003e8d950d001e1c85e34a5457a8a Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Mon, 8 Sep 2014 10:14:41 -0700 Subject: runtime: a few cleanups. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/134630043 --- src/runtime/thunk.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/thunk.s') diff --git a/src/runtime/thunk.s b/src/runtime/thunk.s index babc92768..7bdf7b950 100644 --- a/src/runtime/thunk.s +++ b/src/runtime/thunk.s @@ -56,8 +56,8 @@ TEXT runtime∕pprof·runtime_cyclesPerSecond(SB),NOSPLIT,$0-0 TEXT bytes·Compare(SB),NOSPLIT,$0-0 JMP runtime·cmpbytes(SB) -TEXT runtime·reflectcall(SB), NOSPLIT, $0-0 - JMP reflect·call(SB) +TEXT reflect·call(SB), NOSPLIT, $0-0 + JMP runtime·reflectcall(SB) TEXT reflect·chanclose(SB), NOSPLIT, $0-0 JMP runtime·closechan(SB) -- cgit v1.2.1