Debugger: always print cpu_thread::dump_misc()

Was removed for some reason.
This commit is contained in:
Nekotekina 2022-06-22 12:10:40 +03:00 committed by Ivan
parent 71e07dc6c7
commit 653a9e6e7f
3 changed files with 5 additions and 7 deletions

View file

@ -1221,7 +1221,7 @@ std::vector<std::pair<u32, u32>> spu_thread::dump_callstack_list() const
std::string spu_thread::dump_misc() const
{
std::string ret;
std::string ret = cpu_thread::dump_misc();
fmt::append(ret, "Block Weight: %u (Retreats: %u)", block_counter, block_failure);