diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index 3d34e2b90d..c59e97be3b 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -1344,6 +1344,8 @@ const auto ppu_stcx_accurate_tx = build_function_asm(cpu_flag::pause)); diff --git a/rpcs3/Emu/Cell/SPUThread.cpp b/rpcs3/Emu/Cell/SPUThread.cpp index 24d65e70e7..111c8b168c 100644 --- a/rpcs3/Emu/Cell/SPUThread.cpp +++ b/rpcs3/Emu/Cell/SPUThread.cpp @@ -355,6 +355,8 @@ const auto spu_putllc_tx = build_function_asm(cpu_flag::pause)); @@ -648,6 +652,8 @@ const auto spu_putlluc_tx = build_function_asm(cpu_flag::pause));