runtime: scan register backing store on ia64
[official-gcc.git] / libgo / go / runtime / write_err.go
blob6b1467b1c48aefe65671e7354262cdec2b853780
1 // Copyright 2009 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 !android
7 package runtime
9 import "unsafe"
11 func writeErr(b []byte) {
12 write(2, unsafe.Pointer(&b[0]), int32(len(b)))