These are mistakes in the first big NaCl CL.
LGTM=minux.ma, iant
R=golang-codereviews, minux.ma, iant
CC=golang-codereviews
https://golang.org/cl/
69200043
#else
RuntimeGogoBytes = 64,
#endif
-#ifdef GOOS_nacl
- PhysPageSize = 65536,
-#else
PhysPageSize = 4096,
-#endif
PCQuantum = 1
};
thechar = '6',
BigEndian = 0,
CacheLineSize = 64,
-#ifdef GOOS_solaris
- RuntimeGogoBytes = 80,
-#else
RuntimeGogoBytes = 64,
-#endif
#ifdef GOOS_nacl
PhysPageSize = 65536,
#else
* first output value. Almost all code should write such
* functions in .goc files, where goc2c (part of cmd/dist)
* can arrange the correct alignment for the target system.
+ * Goc2c also takes care of conveying to the garbage collector
+ * which parts of the argument list are inputs vs outputs.
*
* Therefore, do NOT use this macro if at all possible.
*/