blob: 23f2711f6d9ed2fbff2f469205bd3f1183a8080e [file] [log] [blame]
// 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
const (
cacheLineSize = 32
)
type uintreg uint32
type intptr int32 // TODO(rsc): remove