mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +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]!
|
||||
svc 0x30
|
||||
ldr x2, [sp], #16
|
||||
str w1, [x2]
|
||||
str x1, [x2]
|
||||
ret
|
||||
SVC_END
|
||||
|
||||
@ -251,7 +251,7 @@ SVC_BEGIN svcGetResourceLimitCurrentValue
|
||||
str x0, [sp, #-16]!
|
||||
svc 0x31
|
||||
ldr x2, [sp], #16
|
||||
str w1, [x2]
|
||||
str x1, [x2]
|
||||
ret
|
||||
SVC_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user