about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--arch/aarch64/reloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/aarch64/reloc.h b/arch/aarch64/reloc.h
index 1b0402bc..51b66e23 100644
--- a/arch/aarch64/reloc.h
+++ b/arch/aarch64/reloc.h
@@ -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" )