1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-09 21:51:45 +00:00

Fix Stack Overflow in SMC handler

This commit is contained in:
Michael Scire 2018-03-04 19:07:17 -08:00
parent 1fa64fccbf
commit ffd0181aa1

View file

@ -250,4 +250,5 @@ handle_core3_smc_exception:
ldp x14, x15, [sp],#0x10
ldp x16, x17, [sp],#0x10
ldp x18, x19, [sp],#0x10
ldp x29, x30, [sp],#0x10
ret