Commit a9a1d020 authored by Michael Munday's avatar Michael Munday Committed by Brad Fitzpatrick

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

Change-Id: Ice8f3b42194852f7ee8f00f004e80014d1ea119b
Reviewed-on: https://go-review.googlesource.com/32875Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent c2917af6
......@@ -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{
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment