From cf6606065d9c9a83d752e68a9b5f5380d8d0431b Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sun, 31 Jan 2021 20:00:04 +0300 Subject: [PATCH] PPU: fix some typos in asm code --- rpcs3/Emu/Cell/PPUThread.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index bc4694e52b..e2bee2add4 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -1407,7 +1407,7 @@ const auto ppu_stcx_accurate_tx = build_function_asm(&g_rtm_tx_limit1))); c.jae(fall); }); - c.bt(x86::dword_ptr(args[2], ::offset32(&spu_thread::state) - ::offset32(&ppu_thread::rdata)), static_cast(cpu_flag::pause)); + c.bt(x86::dword_ptr(args[2], ::offset32(&ppu_thread::state) - ::offset32(&ppu_thread::rdata)), static_cast(cpu_flag::pause)); c.jc(fall); c.xbegin(tx0); c.mov(x86::rax, x86::qword_ptr(x86::rbx)); @@ -1637,7 +1637,7 @@ const auto ppu_stcx_accurate_tx = build_function_asm