mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-05 02:24:41 +00:00
ppcdisasm: Fix order of operands.
For cntlzw, extsh, extsb.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user