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 6093656c6f..997a4febc7 100644
--- a/src/pkg/runtime/thunk.s
+++ b/src/pkg/runtime/thunk.s
@@ -61,3 +61,6 @@ TEXT reflect·chanlen(SB), NOSPLIT, $0-0
TEXT reflect·chancap(SB), NOSPLIT, $0-0
JMP runtime·reflect_chancap(SB)
+
+TEXT runtime∕debug·freeOSMemory(SB), NOSPLIT, $0-0
+ JMP runtime·freeOSMemory(SB)