mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-17 09:18:56 +00:00
meso: fix longstanding bad asm copy-paste
This commit is contained in:
parent
4181169f80
commit
c046eeacdd
@ -682,7 +682,7 @@ _ZN3ams4kern4arch5arm6415UserspaceAccess4Impl18WriteIoMemory32BitEPvPKvm:
|
||||
mov x30, x10
|
||||
|
||||
/* Write the word to io. */
|
||||
sttr w9, [x5]
|
||||
sttr w9, [x4]
|
||||
dsb sy
|
||||
|
||||
2: /* Continue. */
|
||||
@ -727,7 +727,7 @@ _ZN3ams4kern4arch5arm6415UserspaceAccess4Impl18WriteIoMemory16BitEPvPKvm:
|
||||
mov x30, x10
|
||||
|
||||
/* Write the word to io. */
|
||||
sttrh w9, [x5]
|
||||
sttrh w9, [x4]
|
||||
dsb sy
|
||||
|
||||
2: /* Continue. */
|
||||
@ -772,7 +772,7 @@ _ZN3ams4kern4arch5arm6415UserspaceAccess4Impl17WriteIoMemory8BitEPvPKvm:
|
||||
mov x30, x10
|
||||
|
||||
/* Write the word to io. */
|
||||
sttrb w9, [x5]
|
||||
sttrb w9, [x4]
|
||||
dsb sy
|
||||
|
||||
2: /* Continue. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user