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)