SPU: Improve compilation message

This commit is contained in:
Eladash 2024-03-07 16:07:32 +02:00 committed by Elad.Ash
parent d699db2d19
commit 069ca214ff

View file

@ -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;