PPC: Fixed padding for FormatDS instruction decode data.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user