Skip to content

Commit

Permalink
Fix inline ASM when compiling for ARM (#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth authored and RX14 committed Nov 7, 2018
1 parent a59c9dc commit 710c5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fiber/arm.cr
Expand Up @@ -31,7 +31,7 @@ class Fiber
vstmdb sp!, {d8-d15}
str sp, [$0]
ldr sp, $1
mov sp, $1
vldmia sp!, {d8-d15}
ldmia sp!, {r0, r4-r11, lr}
Expand All @@ -45,7 +45,7 @@ class Fiber
stmdb sp!, {r0, r4-r11, lr}
str sp, [$0]
ldr sp, [$1]
mov sp, $1
ldmia sp!, {r0, r4-r11, lr}
mov r1, lr
Expand Down

0 comments on commit 710c5ae

Please sign in to comment.