ARM: rename armv4_5_state_* as arm_state_*
And make arm_state_strings[] be const. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user