PPU Debugger: fix typo in STDX

This commit is contained in:
Eladash 2020-10-17 21:03:29 +03:00 committed by Ivan
parent fa0b02ed30
commit 6590366f8e
1 changed files with 1 additions and 1 deletions

View File

@ -1529,7 +1529,7 @@ void PPUDisAsm::MTOCRF(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)