cpu_init removed

This commit is contained in:
Nekotekina 2016-08-13 17:58:19 +03:00
parent 949200cd3e
commit 5e0489dcc0
10 changed files with 34 additions and 52 deletions

View file

@ -78,9 +78,7 @@ std::string ppu_thread::get_name() const
std::string ppu_thread::dump() const
{
std::string ret;
ret += fmt::format("Type: %s\n", typeid(*this).name());
ret += fmt::format("State: %s\n", state.load());
std::string ret = cpu_thread::dump();
ret += fmt::format("Priority: %d\n", prio);
ret += "\nRegisters:\n=========\n";