aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/thunk.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/thunk.s')
-rw-r--r--src/pkg/runtime/thunk.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/runtime/thunk.s b/src/pkg/runtime/thunk.s
index eaba5e1489..048b7a7236 100644
--- a/src/pkg/runtime/thunk.s
+++ b/src/pkg/runtime/thunk.s
@@ -115,3 +115,6 @@ TEXT reflect·unsafe_NewArray(SB),NOSPLIT,$0-0
TEXT reflect·makechan(SB),NOSPLIT,$0-0
JMP runtime·makechan(SB)
+
+TEXT reflect·rselect(SB), NOSPLIT, $0-0
+ JMP runtime·reflect_rselect(SB)