__attribute__((packed)) added. Thank to Maksim Tamarsky
This commit is contained in:
parent
cfdea7b85f
commit
d26cfa0519
1 changed files with 2 additions and 2 deletions
|
@ -319,13 +319,13 @@ struct immsb
|
||||||
u8 i:1;
|
u8 i:1;
|
||||||
u8 padding:5;
|
u8 padding:5;
|
||||||
#endif
|
#endif
|
||||||
};
|
}__attribute__((packed));;
|
||||||
|
|
||||||
union imms
|
union imms
|
||||||
{
|
{
|
||||||
u8 byte;
|
u8 byte;
|
||||||
struct immsb bit;
|
struct immsb bit;
|
||||||
};
|
}__attribute__((packed));;
|
||||||
#define DBDES_MS 1
|
#define DBDES_MS 1
|
||||||
#define DBDES_M 2
|
#define DBDES_M 2
|
||||||
#define DBDES_I 4
|
#define DBDES_I 4
|
||||||
|
|
Loading…
Reference in a new issue