summaryrefslogtreecommitdiff
path: root/src/runtime/arch_power64.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/arch_power64.go')
-rw-r--r--src/runtime/arch_power64.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/runtime/arch_power64.go b/src/runtime/arch_power64.go
new file mode 100644
index 000000000..270cd7b95
--- /dev/null
+++ b/src/runtime/arch_power64.go
@@ -0,0 +1,8 @@
+// Copyright 2014 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package runtime
+
+type uintreg uint64
+type intptr int64 // TODO(rsc): remove