]> Cypherpunks repositories - gostls13.git/commit
runtime: small Native Client fixes
authorDave Cheney <dave@cheney.net>
Sat, 1 Mar 2014 00:13:29 +0000 (11:13 +1100)
committerDave Cheney <dave@cheney.net>
Sat, 1 Mar 2014 00:13:29 +0000 (11:13 +1100)
commit0c6e4b9660171034052f9f85c734ddb13023100e
tree6d215e28dd90c5462735ee14fa7d5d549061d091
parentc535ce8506ee82fd50623156cecf1ae551fa7228
runtime: small Native Client fixes

cgocall.c: define the CBARGS macro for GOARCH_amd64p32. I don't think the value of this macro will ever be used under nacl/amd64p32 but it is required to compile even if cgo is not used.

hashmap.goc: amd64p32 uses 32bit words.

LGTM=iant
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/69960044
src/pkg/runtime/cgocall.c
src/pkg/runtime/hashmap.goc