summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/arch_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/arch_amd64.go')
-rw-r--r--libgo/go/runtime/arch_amd64.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgo/go/runtime/arch_amd64.go b/libgo/go/runtime/arch_amd64.go
new file mode 100644
index 0000000000..270cd7b957
--- /dev/null
+++ b/libgo/go/runtime/arch_amd64.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