2016-08-05 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libgo / go / runtime / sys_nonppc64x.go
blob440937498f72eda623fcdc9ebde45ba51ea50d66
1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build !ppc64,!ppc64le
7 package runtime
9 func prepGoExitFrame(sp uintptr) {