PPC: Fixed padding for FormatDS instruction decode data.

This commit is contained in:
Parker Lamb 2017-05-19 13:50:48 -05:00
parent 9dc740dcc0
commit 3117d737ed
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ struct PPCDecodeData {
union {
uint32_t value_;
struct {
uint32_t : 2;
uint32_t DS : 14;
uint32_t RA : 5;
uint32_t RT : 5;