Retro68/gcc/libgo/go/runtime/sys_nonppc64x.go

11 lines
241 B
Go
Raw Normal View History

2017-04-10 11:32:00 +00:00
// Copyright 2015 The Go Authors. All rights reserved.
2015-08-28 15:33:40 +00:00
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
2017-04-10 11:32:00 +00:00
// +build !ppc64,!ppc64le
2015-08-28 15:33:40 +00:00
package runtime
2017-04-10 11:32:00 +00:00
func prepGoExitFrame(sp uintptr) {
}