mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
Update sdk/lib/crt/setjmp/arm/setjmp.s
Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
This commit is contained in:
parent
4b04b72bcb
commit
84988aaeaa
1 changed files with 1 additions and 2 deletions
|
@ -55,9 +55,8 @@
|
|||
vld1.64 {d6}, [r0]!
|
||||
vld1.64 {d7}, [r0]!
|
||||
|
||||
/* Check if r1 is zero */
|
||||
/* Return r1, or 1 if it is 0. */
|
||||
cmp r1, #0
|
||||
/* if r1 is zero, then set r0 to 1, else r0 = r1 */
|
||||
moveq r0, #1
|
||||
movne r0, r1
|
||||
bx lr
|
||||
|
|
Loading…
Reference in a new issue