mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-05 16:05:48 +00:00
SPU: Improve compilation message
This commit is contained in:
parent
d699db2d19
commit
069ca214ff
1 changed files with 2 additions and 1 deletions
|
@ -1114,6 +1114,7 @@ public:
|
|||
}
|
||||
|
||||
const u32 start0 = _func.entry_point;
|
||||
const usz func_size = _func.data.size();
|
||||
|
||||
const auto add_loc = m_spurt->add_empty(std::move(_func));
|
||||
|
||||
|
@ -2117,7 +2118,7 @@ public:
|
|||
|
||||
if (g_fxo->get<spu_cache>().operator bool())
|
||||
{
|
||||
spu_log.success("New block compiled successfully");
|
||||
spu_log.success("New SPU block compiled successfully (size=%u)", func_size);
|
||||
}
|
||||
|
||||
return fn;
|
||||
|
|
Loading…
Reference in a new issue