Fix bug: -Werror means FOO_length_in_bits won't compile on 32-bit gcc.
authorChris Hanson <org/chris-hanson/cph>
Mon, 12 Nov 2018 06:59:33 +0000 (22:59 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 12 Nov 2018 06:59:33 +0000 (22:59 -0800)
commit5dd0b42b6ea96882ce31a0df9e6420bfc4eea6e9
tree5d1c2b95114acc1ebb0ae40f44077e9200a67835
parentecf5acd425f03a6d9c9032914585f59ae6f07c29
Fix bug: -Werror means FOO_length_in_bits won't compile on 32-bit gcc.

Before it just issued a warning.  I rewrote it so that it works.
src/microcode/bits.h