summaryrefslogtreecommitdiff
path: root/src/runtime/thunk.s
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2014-09-08 10:14:41 -0700
committerKeith Randall <khr@golang.org>2014-09-08 10:14:41 -0700
commit87cb94fa270003e8d950d001e1c85e34a5457a8a (patch)
tree0b7d44d616596ce0148f4dcd2e52a4688f47da8c /src/runtime/thunk.s
parent4f6149a28a024fe2476aeb36bca54218d4fdd4f5 (diff)
downloadgo-87cb94fa270003e8d950d001e1c85e34a5457a8a.tar.gz
runtime: a few cleanups.
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/134630043
Diffstat (limited to 'src/runtime/thunk.s')
-rw-r--r--src/runtime/thunk.s4
1 files changed, 2 insertions, 2 deletions
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)