Fix asm error in svcGetResourceLimit*Value

This commit is contained in:
Michael Scire 2018-05-08 18:28:52 -06:00 committed by fincs
parent 468924b730
commit fd9378754d

View File

@ -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