mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-22 09:18:36 +00:00
creport: address review commentary
This commit is contained in:
parent
00e3d874e3
commit
4cc2b5c38a
5 changed files with 13 additions and 46 deletions
|
@ -136,7 +136,7 @@ namespace sts::creport {
|
|||
return false;
|
||||
}
|
||||
|
||||
/* In aarch32 mode svcGetDebugThreadParam does not set the LR, FP, and SP registers correctly. */
|
||||
/* In aarch32 mode svcGetDebugThreadContext does not set the LR, FP, and SP registers correctly. */
|
||||
if (!is_64_bit) {
|
||||
this->context.fp = this->context.cpu_gprs[11].x;
|
||||
this->context.sp = this->context.cpu_gprs[13].x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue