From 56e01714203406b50b40dd7738983e3b019d4df2 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 4 Dec 2009 19:39:25 -0800 Subject: ARM: rename armv4_5_state_* as arm_state_* And make arm_state_strings[] be const. Signed-off-by: David Brownell --- src/target/xscale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/xscale.h') diff --git a/src/target/xscale.h b/src/target/xscale.h index 6f811785..2bb2ba5e 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -79,7 +79,7 @@ struct xscale_trace int buffer_fill; /* maximum number of trace runs to read (-1 for wrap-around) */ int pc_ok; uint32_t current_pc; - armv4_5_state_t core_state; /* current core state (ARM, Thumb, Jazelle) */ + arm_state_t core_state; /* current core state (ARM, Thumb, Jazelle) */ }; struct xscale_common -- cgit v1.2.3