summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 20:14:46 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 20:14:46 -0800
commit340e2eb7629fc1fdb6d2ead2952982584abdcefa (patch)
tree8522b7288d8d8e8e763084d27882d5c7b13662e3 /src/target/xscale.h
parente51b9a4ac7afa0fde11690268ba88861e1000f60 (diff)
downloadopenocd+libswd-340e2eb7629fc1fdb6d2ead2952982584abdcefa.tar.gz
openocd+libswd-340e2eb7629fc1fdb6d2ead2952982584abdcefa.tar.bz2
openocd+libswd-340e2eb7629fc1fdb6d2ead2952982584abdcefa.tar.xz
openocd+libswd-340e2eb7629fc1fdb6d2ead2952982584abdcefa.zip
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 <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index 2bb2ba5e..43edeecd 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;
- arm_state_t core_state; /* current core state (ARM, Thumb, Jazelle) */
+ enum arm_state core_state; /* current core state (ARM, Thumb) */
};
struct xscale_common