mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-22 20:31:14 +00:00
Fix Stack Overflow in SMC handler
This commit is contained in:
parent
1fa64fccbf
commit
ffd0181aa1
1 changed files with 1 additions and 0 deletions
|
@ -250,4 +250,5 @@ handle_core3_smc_exception:
|
||||||
ldp x14, x15, [sp],#0x10
|
ldp x14, x15, [sp],#0x10
|
||||||
ldp x16, x17, [sp],#0x10
|
ldp x16, x17, [sp],#0x10
|
||||||
ldp x18, x19, [sp],#0x10
|
ldp x18, x19, [sp],#0x10
|
||||||
|
ldp x29, x30, [sp],#0x10
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in a new issue