mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-13 00:26:35 +00:00
Fix invalidate_icache_all dsb correctness
This commit is contained in:
parent
3d974857e4
commit
c0f99fcd1c
1 changed files with 2 additions and 2 deletions
|
@ -235,10 +235,10 @@ invalidate_icache_all_inner_shareable:
|
||||||
.type invalidate_icache_all, %function
|
.type invalidate_icache_all, %function
|
||||||
.global invalidate_icache_all
|
.global invalidate_icache_all
|
||||||
invalidate_icache_all:
|
invalidate_icache_all:
|
||||||
dsb sy
|
dsb ish
|
||||||
isb
|
isb
|
||||||
ic iallu
|
ic iallu
|
||||||
dsb sy
|
dsb ish
|
||||||
isb
|
isb
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue