PPC: Fixed padding for FormatDS instruction decode data.
This commit is contained in:
parent
9dc740dcc0
commit
3117d737ed
|
@ -86,6 +86,7 @@ struct PPCDecodeData {
|
||||||
union {
|
union {
|
||||||
uint32_t value_;
|
uint32_t value_;
|
||||||
struct {
|
struct {
|
||||||
|
uint32_t : 2;
|
||||||
uint32_t DS : 14;
|
uint32_t DS : 14;
|
||||||
uint32_t RA : 5;
|
uint32_t RA : 5;
|
||||||
uint32_t RT : 5;
|
uint32_t RT : 5;
|
||||||
|
|
Loading…
Reference in New Issue