mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Fix asm error in svcGetResourceLimit*Value
This commit is contained in:
parent
468924b730
commit
fd9378754d
@ -243,7 +243,7 @@ SVC_BEGIN svcGetResourceLimitLimitValue
|
|||||||
str x0, [sp, #-16]!
|
str x0, [sp, #-16]!
|
||||||
svc 0x30
|
svc 0x30
|
||||||
ldr x2, [sp], #16
|
ldr x2, [sp], #16
|
||||||
str w1, [x2]
|
str x1, [x2]
|
||||||
ret
|
ret
|
||||||
SVC_END
|
SVC_END
|
||||||
|
|
||||||
@ -251,7 +251,7 @@ SVC_BEGIN svcGetResourceLimitCurrentValue
|
|||||||
str x0, [sp, #-16]!
|
str x0, [sp, #-16]!
|
||||||
svc 0x31
|
svc 0x31
|
||||||
ldr x2, [sp], #16
|
ldr x2, [sp], #16
|
||||||
str w1, [x2]
|
str x1, [x2]
|
||||||
ret
|
ret
|
||||||
SVC_END
|
SVC_END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user