Stephen Williams
|
78b0b49a4e
|
Support struct members that are packed arrays.
|
2012-05-22 17:31:25 -07:00 |
Cary R
|
42239a8498
|
Add code to test the width of individual structure elements.
This patch adds code to correctly set the type and width of individual
structure elements. Note the sign information is not currently available.
|
2012-04-02 19:53:47 -07:00 |
Stephen Williams
|
3a2866b57c
|
Handle members of packed struct as implicit part selects.
Packed struct members are synonymous with part selects, but in a
much more convenient form, so get them to work that way.
|
2012-02-02 16:18:49 -08:00 |
Stephen Williams
|
d362c8dba0
|
Parse support for struct variables.
|
2012-02-02 16:18:49 -08:00 |