From 085c648bef7301eabe7d4a3301c8d012ae4423b8 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 28 Apr 2017 09:49:45 +0200 Subject: tcg/arm: Implement goto_ptr Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg/arm/tcg-target.h') diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index c114df7ed5..5ef1086710 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -123,7 +123,7 @@ extern bool use_idiv_instructions; #define TCG_TARGET_HAS_mulsh_i32 0 #define TCG_TARGET_HAS_div_i32 use_idiv_instructions #define TCG_TARGET_HAS_rem_i32 0 -#define TCG_TARGET_HAS_goto_ptr 0 +#define TCG_TARGET_HAS_goto_ptr 1 enum { TCG_AREG0 = TCG_REG_R6, -- cgit v1.2.3