mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-03 22:37:56 +00:00
fix xoris
This commit is contained in:
parent
089247fcff
commit
2cc3b4edab
@ -707,7 +707,7 @@ const powerpc_cpu::instr_info_t powerpc_cpu::powerpc_ii_table[] = {
|
||||
D_form, 24, 0, CFLOW_NORMAL
|
||||
},
|
||||
{ "oris",
|
||||
EXECUTE_GENERIC_ARITH(or, RA, RS, UIMM_shifted, NONE, OE_BIT_0, RC_BIT_G),
|
||||
EXECUTE_GENERIC_ARITH(or, RA, RS, UIMM_shifted, NONE, OE_BIT_0, RC_BIT_0),
|
||||
NULL,
|
||||
D_form, 25, 0, CFLOW_NORMAL
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user