Debugger: show CIA in register view (#13462)
This commit is contained in:
@@ -1192,6 +1192,7 @@ void ppu_thread::dump_regs(std::string& ret) const
|
||||
}
|
||||
}
|
||||
|
||||
fmt::append(ret, "CIA: 0x%x\n", cia);
|
||||
fmt::append(ret, "CR: 0x%08x\n", cr.pack());
|
||||
fmt::append(ret, "LR: 0x%llx\n", lr);
|
||||
fmt::append(ret, "CTR: 0x%llx\n", ctr);
|
||||
|
||||
Reference in New Issue
Block a user