mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
PPC: Fixed padding for FormatDS instruction decode data.
This commit is contained in:
parent
9dc740dcc0
commit
3117d737ed
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue