aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/builtin/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/gc/builtin/runtime.go')
-rw-r--r--src/cmd/compile/internal/gc/builtin/runtime.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/gc/builtin/runtime.go b/src/cmd/compile/internal/gc/builtin/runtime.go
index afeae3e794..9bcb3688b4 100644
--- a/src/cmd/compile/internal/gc/builtin/runtime.go
+++ b/src/cmd/compile/internal/gc/builtin/runtime.go
@@ -18,6 +18,7 @@ func newobject(typ *byte) *any
func panicdivide()
func panicshift()
func panicmakeslicelen()
+func panicmakeslicecap()
func throwinit()
func panicwrap()