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:
@@ -164,7 +164,7 @@ struct etm_context
|
||||
uint32_t trace_depth; /* number of cycles to be analyzed, 0 if no data available */
|
||||
etm_portmode_t portmode; /* normal, multiplexed or demultiplexed */
|
||||
etmv1_tracemode_t tracemode; /* type of info trace contains */
|
||||
int /*armv4_5_state_t*/ core_state; /* current core state */
|
||||
int /*arm_state_t*/ core_state; /* current core state */
|
||||
struct image *image; /* source for target opcodes */
|
||||
uint32_t pipe_index; /* current trace cycle */
|
||||
uint32_t data_index; /* cycle holding next data packet */
|
||||
|
||||
Reference in New Issue
Block a user