]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] runtime: fix RuntimeGogoBytes on power64
authorRuss Cox <rsc@golang.org>
Thu, 14 Aug 2014 20:34:28 +0000 (16:34 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 14 Aug 2014 20:34:28 +0000 (16:34 -0400)
LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/130030043

src/pkg/runtime/arch_power64.h
src/pkg/runtime/arch_power64le.h

index 1dcbbc226c79dc87d4a52e323c24af81942c9cd5..7cfb9da2fcdb9df14e69ecab73ce5f2cb0b4a243 100644 (file)
@@ -6,7 +6,7 @@ enum {
        thechar = '9',
        BigEndian = 1,
        CacheLineSize = 64,
-       RuntimeGogoBytes = 84,
+       RuntimeGogoBytes = 64,
        PhysPageSize = 65536,
        PCQuantum = 4,
        Int64Align = 8
index d9241da98b86f3e4b47fcf6520b58baaa145d527..3015e70aa62e02caab42043ad3e5ac74ebb9984a 100644 (file)
@@ -6,7 +6,7 @@ enum {
        thechar = '9',
        BigEndian = 0,
        CacheLineSize = 64,
-       RuntimeGogoBytes = 84,
+       RuntimeGogoBytes = 64,
        PhysPageSize = 4096,
        PCQuantum = 4,
        Int64Align = 8