billvaglienti / ProtoGen

Communications protocol generation software
MIT License
30 stars 16 forks source link

Fix to make sure 64-bit integer constants don't truncate to 32 #51

Closed jefffisher closed 7 years ago

jefffisher commented 7 years ago

Without the LL extension, all integer constants are 32 bits, which was causing these values to be truncated to zero.