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.
1 parent 652b56b commit 2aa30d1Copy full SHA for 2aa30d1
arch/riscv/include/asm/jump_label.h
@@ -46,7 +46,7 @@ static __always_inline bool arch_static_branch_jump(struct static_key * const ke
46
" .option push \n\t"
47
" .option norelax \n\t"
48
" .option norvc \n\t"
49
- "1: jal zero, %l[label] \n\t"
+ "1: j %l[label] \n\t"
50
" .option pop \n\t"
51
" .pushsection __jump_table, \"aw\" \n\t"
52
" .align " RISCV_LGPTR " \n\t"
0 commit comments