mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
kern: fix cfi (requires x18 not cleared on return to userland)
This commit is contained in:
parent
ca2cc5e179
commit
652e9bf9e8
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ _ZN3ams4kern4arch5arm6412SvcHandler64Ev:
|
|||
mov x15, xzr
|
||||
mov x16, xzr
|
||||
mov x17, xzr
|
||||
mov x18, xzr
|
||||
|
||||
/* Return. */
|
||||
add sp, sp, #0x120
|
||||
|
|
Loading…
Reference in a new issue