mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
creport: address review commentary
This commit is contained in:
parent
00e3d874e3
commit
4cc2b5c38a
5 changed files with 13 additions and 46 deletions
|
@ -45,6 +45,7 @@ namespace sts::creport {
|
|||
u64 GetGeneralPurposeRegister(size_t i) const {
|
||||
return this->context.cpu_gprs[i].x;
|
||||
}
|
||||
|
||||
u64 GetPC() const {
|
||||
return this->context.pc.x;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue