mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-12 10:11:04 +01:00
Fix invalidate_icache_all dsb correctness
This commit is contained in:
parent
3d974857e4
commit
c0f99fcd1c
@ -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 New Issue
Block a user