cmd/internal/sys, runtime/internal/sys: gofmt

Change-Id: Ice8f3b42194852f7ee8f00f004e80014d1ea119b
Reviewed-on: https://go-review.googlesource.com/32875
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Michael Munday 2016-11-07 15:57:04 -05:00 committed by Brad Fitzpatrick
parent c2917af628
commit a9a1d020ec
2 changed files with 14 additions and 14 deletions

View File

@ -109,13 +109,13 @@ var ArchMIPS = &Arch{
}
var ArchMIPSLE = &Arch{
Name: "mipsle",
Family: MIPS,
ByteOrder: binary.LittleEndian,
IntSize: 4,
PtrSize: 4,
RegSize: 4,
MinLC: 4,
Name: "mipsle",
Family: MIPS,
ByteOrder: binary.LittleEndian,
IntSize: 4,
PtrSize: 4,
RegSize: 4,
MinLC: 4,
}
var ArchMIPS64 = &Arch{

View File

@ -5,14 +5,14 @@
package sys
const (
ArchFamily = MIPS
BigEndian = 1
CacheLineSize = 32
ArchFamily = MIPS
BigEndian = 1
CacheLineSize = 32
DefaultPhysPageSize = 65536
PCQuantum = 4
Int64Align = 4
HugePageSize = 0
MinFrameSize = 4
PCQuantum = 4
Int64Align = 4
HugePageSize = 0
MinFrameSize = 4
)
type Uintreg uint32