]> Cypherpunks repositories - gostls13.git/commit
Use BitSize instead of the field's type native ByteSize when calculating
authorDevon H. O'Dell <devon.odell@gmail.com>
Thu, 17 Dec 2009 20:38:29 +0000 (12:38 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 17 Dec 2009 20:38:29 +0000 (12:38 -0800)
commit7a5f4be97e1b2d61c56c333b47470514472bd05d
treeee676268224b6f1fa9df07a1f69bd45eef10a780
parenta8123321519279357ac74e5aae6421a7fe94f9cf
Use BitSize instead of the field's type native ByteSize when calculating
structs containing bitfields.

Fixes #163.

R=rsc
CC=golang-dev
https://golang.org/cl/180059
src/cmd/cgo/gcc.go