cut unnamed unions
This commit is contained in:
parent
10323cd327
commit
70e24710a8
1 changed files with 4 additions and 4 deletions
|
|
@ -96,11 +96,11 @@ typedef struct {
|
||||||
uchar bi; /* bits 11-15 */
|
uchar bi; /* bits 11-15 */
|
||||||
uchar bo; /* bits 6-10 */
|
uchar bo; /* bits 6-10 */
|
||||||
uchar crbd; /* bits 6-10 */
|
uchar crbd; /* bits 6-10 */
|
||||||
union {
|
/*union {*/
|
||||||
short d; /* bits 16-31 */
|
short d; /* bits 16-31 */
|
||||||
short simm;
|
short simm;
|
||||||
ushort uimm;
|
ushort uimm;
|
||||||
};
|
/*};*/
|
||||||
uchar fm; /* bits 7-14 */
|
uchar fm; /* bits 7-14 */
|
||||||
uchar fra; /* bits 11-15 */
|
uchar fra; /* bits 11-15 */
|
||||||
uchar frb; /* bits 16-20 */
|
uchar frb; /* bits 16-20 */
|
||||||
|
|
@ -118,10 +118,10 @@ typedef struct {
|
||||||
uchar ra; /* bits 11-15 */
|
uchar ra; /* bits 11-15 */
|
||||||
uchar rb; /* bits 16-20 */
|
uchar rb; /* bits 16-20 */
|
||||||
uchar rc; /* bit 31 */
|
uchar rc; /* bit 31 */
|
||||||
union {
|
/*union {*/
|
||||||
uchar rs; /* bits 6-10 */
|
uchar rs; /* bits 6-10 */
|
||||||
uchar rd;
|
uchar rd;
|
||||||
};
|
/*};*/
|
||||||
uchar sh; /* bits 16-20 */
|
uchar sh; /* bits 16-20 */
|
||||||
ushort spr; /* bits 11-20 */
|
ushort spr; /* bits 11-20 */
|
||||||
uchar to; /* bits 6-10 */
|
uchar to; /* bits 6-10 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue