Fix svcSetTimer.
This commit is contained in:
parent
2feb368dd1
commit
df1d39b060
@ -137,7 +137,11 @@ SVC_BEGIN svcCreateTimer
|
|||||||
bx lr
|
bx lr
|
||||||
|
|
||||||
SVC_BEGIN svcSetTimer
|
SVC_BEGIN svcSetTimer
|
||||||
|
str r4, [sp, #-4]!
|
||||||
|
ldr r1, [sp, #4]
|
||||||
|
ldr r4, [sp, #8]
|
||||||
svc 0x1B
|
svc 0x1B
|
||||||
|
ldr r4, [sp], #4
|
||||||
bx lr
|
bx lr
|
||||||
|
|
||||||
SVC_BEGIN svcCancelTimer
|
SVC_BEGIN svcCancelTimer
|
||||||
|
Loading…
Reference in New Issue
Block a user