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 46d0fb28e7..4d2a49829c 100644
--- a/src/pkg/runtime/thunk.s
+++ b/src/pkg/runtime/thunk.s
@@ -49,3 +49,6 @@ 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)