From 1d854765dfdf9649c129af6d27e308fc638ede58 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 28 Mar 2014 19:09:49 +0100 Subject: target-arm: move arm_*_code to a separate file These will soon require cpu_ldst.h, so move them out of cpu.h. Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- target-arm/helper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-arm/helper.c') diff --git a/target-arm/helper.c b/target-arm/helper.c index ec031f5947..861baf5d7b 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -7,6 +7,7 @@ #include "sysemu/sysemu.h" #include "qemu/bitops.h" #include "qemu/crc32c.h" +#include "arm_ldst.h" #include /* For crc32 */ #ifndef CONFIG_USER_ONLY -- cgit v1.2.3