mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Debugger: show CIA in register view (#13462)
This commit is contained in:
parent
62c9b99e72
commit
f2155b49e2
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue