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 b506978 commit a14bff1Copy full SHA for a14bff1
arch/x86/include/asm/nospec-branch.h
@@ -183,7 +183,10 @@
183
* otherwise we'll run out of registers. We don't care about CET
184
* here, anyway.
185
*/
186
-# define CALL_NOSPEC ALTERNATIVE("call *%[thunk_target]\n", \
+# define CALL_NOSPEC \
187
+ ALTERNATIVE( \
188
+ ANNOTATE_RETPOLINE_SAFE \
189
+ "call *%[thunk_target]\n", \
190
" jmp 904f;\n" \
191
" .align 16\n" \
192
"901: call 903f;\n" \
0 commit comments