mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-24 12:30:05 +00:00
One tiny fix to tlbie
This commit is contained in:
parent
73dfec443a
commit
07844c7388
@ -833,7 +833,7 @@ void opc_group31(PPCDisasmContext* ctx)
|
||||
ctx->instr_str = my_sprintf("%-8sr%d, r%d", "mtsrin", rs, rb);
|
||||
}
|
||||
else if (index == 9) { /* tlbie */
|
||||
ctx->instr_str = my_sprintf("%-8sr%s", "tlbie", rb);
|
||||
ctx->instr_str = my_sprintf("%-8sr%d", "tlbie", rb);
|
||||
}
|
||||
else if (index == 11) { /* tlbia */
|
||||
ctx->instr_str = my_sprintf("%-8s", "tlbia");
|
||||
|
Loading…
Reference in New Issue
Block a user