We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
b
br
1 parent 6b04291 commit 78eb84dCopy full SHA for 78eb84d
src/task.c
@@ -762,7 +762,7 @@ static void jl_start_fiber(jl_ucontext_t *lastt, jl_ucontext_t *t)
762
asm(" mov sp, %0;\n"
763
" mov lr, #0;\n" // Clear link register (lr) and frame pointer
764
" mov fp, #0;\n" // (fp) to terminate unwinder.
765
- " br %1;\n" // call `fn` with fake stack frame
+ " b %1;\n" // call `fn` with fake stack frame
766
" udf #0" // abort
767
: : "r" (stk), "r"(fn) : "memory" );
768
#else
0 commit comments