From 7f07b79c046c97d9c533577e88cb1fea2ef9082a Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 27 Jan 2020 07:04:48 +0300 Subject: [PATCH] Partial revert of #7180 PC is PS --- rpcs3/Emu/Cell/PPUThread.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index 0095629504..f5ab6b62e6 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -831,8 +831,7 @@ void ppu_thread::fast_call(u32 addr, u32 rtoc) g_tls_log_prefix = [] { const auto _this = static_cast(get_current_cpu_thread()); - return fmt::format("%s [0x%08x]", thread_ctrl::get_name(), !_this->current_function ? - _this->cia : static_cast(_this->lr) - 4); + return fmt::format("%s [0x%08x]", thread_ctrl::get_name(), _this->cia); }; auto at_ret = [&]()