From 24eddaa8240137328a0522eccf741e7868a2ee58 Mon Sep 17 00:00:00 2001 From: comex Date: Tue, 24 Feb 2015 20:39:14 -0500 Subject: fix arm64/armv7 ish --- lib/arm64/jump-patch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/arm64') diff --git a/lib/arm64/jump-patch.h b/lib/arm64/jump-patch.h index 0a276ba..5a44174 100644 --- a/lib/arm64/jump-patch.h +++ b/lib/arm64/jump-patch.h @@ -22,5 +22,5 @@ static inline void make_jump_patch(void **codep, uintptr_t pc, uintptr_t dpc, MOVi64(codep, reg, dpc); else ADRP_ADD(codep, reg, pc, dpc); - BR(codep, reg); + BR(codep, reg, false); } -- cgit v1.2.3