Debugger: show CIA in register view (#13462)

This commit is contained in:
illusion0001 2023-02-27 17:30:23 -06:00 committed by GitHub
parent 62c9b99e72
commit f2155b49e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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