提交 4e50b2e4 编写于 作者: S Szabolcs Nagy 提交者: Rich Felker

aarch64: fix CRTJMP in reloc.h

commit f3ddd173 broke the build by
using "bx" instead of "br".
上级 85d12e02
......@@ -23,4 +23,4 @@
#define REL_TLSDESC R_AARCH64_TLSDESC
#define CRTJMP(pc,sp) __asm__ __volatile__( \
"mov sp,%1 ; bx %0" : : "r"(pc), "r"(sp) : "memory" )
"mov sp,%1 ; br %0" : : "r"(pc), "r"(sp) : "memory" )
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册