From 6590366f8e4f0d096f6cda7535c76a96d8f45495 Mon Sep 17 00:00:00 2001 From: Eladash Date: Sat, 17 Oct 2020 21:03:29 +0300 Subject: [PATCH] PPU Debugger: fix typo in STDX --- rpcs3/Emu/Cell/PPUDisAsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/PPUDisAsm.cpp b/rpcs3/Emu/Cell/PPUDisAsm.cpp index a176716cad..be47c0e18f 100644 --- a/rpcs3/Emu/Cell/PPUDisAsm.cpp +++ b/rpcs3/Emu/Cell/PPUDisAsm.cpp @@ -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)