mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
PPU Debugger: fix typo in STDX
This commit is contained in:
parent
fa0b02ed30
commit
6590366f8e
1 changed files with 1 additions and 1 deletions
|
@ -1529,7 +1529,7 @@ void PPUDisAsm::MTOCRF(ppu_opcode_t op)
|
||||||
|
|
||||||
void PPUDisAsm::STDX(ppu_opcode_t op)
|
void PPUDisAsm::STDX(ppu_opcode_t op)
|
||||||
{
|
{
|
||||||
DisAsm_R3("stdx.", op.rs, op.ra, op.rb);
|
DisAsm_R3("stdx", op.rs, op.ra, op.rb);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PPUDisAsm::STWCX(ppu_opcode_t op)
|
void PPUDisAsm::STWCX(ppu_opcode_t op)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue