From 267c931985cf4a003fdeaab197a49bdd83e50e19 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 24 Apr 2014 14:23:40 -0700 Subject: tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZE And use tcg pointer differencing functions as appropriate. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcg/arm/tcg-target.h') diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index 1bc5dacec0..73f10c4424 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -26,6 +26,7 @@ #define TCG_TARGET_ARM 1 #undef TCG_TARGET_STACK_GROWSUP +#define TCG_TARGET_INSN_UNIT_SIZE 4 typedef enum { TCG_REG_R0 = 0, -- cgit v1.2.3-55-g7522