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 = [&]()