Fixing XO instruction decoding.

This commit is contained in:
Ben Vanik
2013-01-28 15:31:46 -08:00
parent 9b0cb94e43
commit 0fde6135a0
5 changed files with 21 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ typedef struct {
// kXEPPCInstrFormatXO
struct {
uint32_t Rc : 1;
uint32_t : 8;
uint32_t : 9;
uint32_t OE : 1;
uint32_t RB : 5;
uint32_t RA : 5;