1
0
mirror of https://github.com/golang/go synced 2024-10-07 09:11:21 -06:00

[dev.power64] runtime: fix RuntimeGogoBytes on power64

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/130030043
This commit is contained in:
Russ Cox 2014-08-14 16:34:28 -04:00
parent ed68c7df55
commit 249e8f700a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ enum {
thechar = '9',
BigEndian = 1,
CacheLineSize = 64,
RuntimeGogoBytes = 84,
RuntimeGogoBytes = 64,
PhysPageSize = 65536,
PCQuantum = 4,
Int64Align = 8

View File

@ -6,7 +6,7 @@ enum {
thechar = '9',
BigEndian = 0,
CacheLineSize = 64,
RuntimeGogoBytes = 84,
RuntimeGogoBytes = 64,
PhysPageSize = 4096,
PCQuantum = 4,
Int64Align = 8