Move debugger functions to emu_utils.cpp

This commit is contained in:
Megamouse 2025-02-24 21:49:12 +01:00
parent 709e3d2822
commit 3c576da42f
6 changed files with 55 additions and 35 deletions

View file

@ -1302,7 +1302,7 @@ cpu_thread* cpu_thread::get_next_cpu()
return nullptr;
}
std::shared_ptr<CPUDisAsm> make_disasm(const cpu_thread* cpu, shared_ptr<cpu_thread> handle);
extern std::shared_ptr<CPUDisAsm> make_disasm(const cpu_thread* cpu, shared_ptr<cpu_thread> handle);
void cpu_thread::dump_all(std::string& ret) const
{