aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_ppc64x.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/sys_ppc64x.go')
-rw-r--r--src/runtime/sys_ppc64x.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/sys_ppc64x.go b/src/runtime/sys_ppc64x.go
index bd182e3a19..2ea1f81ee3 100644
--- a/src/runtime/sys_ppc64x.go
+++ b/src/runtime/sys_ppc64x.go
@@ -35,3 +35,5 @@ func rewindmorestack(buf *gobuf) {
print("runtime: pc=", hex(buf.pc), " ", hex(inst), "\n")
throw("runtime: misuse of rewindmorestack")
}
+
+func prepGoExitFrame(sp uintptr)