mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-02-23 21:29:00 +00:00
ppcdisasm: Fix order of operands.
For cntlzw, extsh, extsb.
This commit is contained in:
parent
78558e4c52
commit
f55ad323b4
@ -1238,7 +1238,7 @@ void opc_group31(PPCDisasmContext* ctx) {
|
||||
add_reg_out(ctx, "cr");
|
||||
}
|
||||
|
||||
fmt_twoop(ctx, opcode, rs, ra);
|
||||
fmt_twoop(ctx, opcode, ra, rs);
|
||||
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user