mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-01 12:15:27 -06:00
parent
610a6a1404
commit
7f07b79c04
@ -831,8 +831,7 @@ void ppu_thread::fast_call(u32 addr, u32 rtoc)
|
|||||||
g_tls_log_prefix = []
|
g_tls_log_prefix = []
|
||||||
{
|
{
|
||||||
const auto _this = static_cast<ppu_thread*>(get_current_cpu_thread());
|
const auto _this = static_cast<ppu_thread*>(get_current_cpu_thread());
|
||||||
return fmt::format("%s [0x%08x]", thread_ctrl::get_name(), !_this->current_function ?
|
return fmt::format("%s [0x%08x]", thread_ctrl::get_name(), _this->cia);
|
||||||
_this->cia : static_cast<u32>(_this->lr) - 4);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
auto at_ret = [&]()
|
auto at_ret = [&]()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user