The defs that follow dont need cpu-all. Move cpu-all include further down to group it with exec-all.h.
Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> --- target-arm/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 5333b1b..147aaeb 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -1715,8 +1715,6 @@ static inline bool arm_singlestep_active(CPUARMState *env) && arm_generate_debug_exceptions(env); } -#include "exec/cpu-all.h" - /* Bit usage in the TB flags field: bit 31 indicates whether we are * in 32 or 64 bit mode. The meaning of the other bits depends on that. * We put flags which are shared between 32 and 64 bit mode at the top @@ -1870,6 +1868,7 @@ static inline void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, *cs_base = 0; } +#include "exec/cpu-all.h" #include "exec/exec-all.h" enum { -- 1.9.1