From 340e2eb7629fc1fdb6d2ead2952982584abdcefa Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 4 Dec 2009 20:14:46 -0800 Subject: ARM: misc generic cleanup Remove an undesirable use of the CPSR symbol ... it needs to vanish. Flag mode-to-number stuff as obsolete; say why ... should also vanish. Get rid of no-longer-used mode and state typedefs. Comment a few of the implicit ties to "classic ARM". Signed-off-by: David Brownell --- src/target/etm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/etm.h') diff --git a/src/target/etm.h b/src/target/etm.h index 92df0bf3..5aea6571 100644 --- a/src/target/etm.h +++ b/src/target/etm.h @@ -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 /*arm_state_t*/ core_state; /* current core state */ + int /*arm_state*/ 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 */ -- cgit v1.2.3