Index: src/pkg/runtime/arch_amd64p32.go |
=================================================================== |
--- a/src/pkg/runtime/arch_amd64p32.go |
+++ b/src/pkg/runtime/arch_amd64p32.go |
@@ -7,3 +7,6 @@ |
const ( |
cacheLineSize = 64 |
) |
+ |
+type uintreg uint64 |
+type intptr int32 // TODO(rsc): remove |