summaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
authormlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-09-10 17:43:08 +0000
committermlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-09-10 17:43:08 +0000
commited36a8d15dfd04e47d23d5f1e09078f105785fb1 (patch)
tree435398a5acb120632a03a190efb32da848c6b0b9 /src/target/armv7m.h
parentb3c593da0f76fa0edb3177504c8d791c3d6eb784 (diff)
downloadopenocd_libswd-ed36a8d15dfd04e47d23d5f1e09078f105785fb1.tar.gz
openocd_libswd-ed36a8d15dfd04e47d23d5f1e09078f105785fb1.tar.bz2
openocd_libswd-ed36a8d15dfd04e47d23d5f1e09078f105785fb1.tar.xz
openocd_libswd-ed36a8d15dfd04e47d23d5f1e09078f105785fb1.zip
- Fixed display of sector sizes in flash.c
- Clean up, remove unused variables and code in armv7, cortex_m3 and stellaris code - Move restore_context from cortex_m3 to armv7m - Updated halt handling for cortex_m3 git-svn-id: svn://svn.berlios.de/openocd/trunk@206 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index 49043e1d..8d06cc65 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -166,6 +166,7 @@ extern int armv7m_invalidate_core_regs(target_t *target);
extern enum armv7m_runcontext armv7m_get_context(target_t *target);
extern int armv7m_use_context(target_t *target, enum armv7m_runcontext new_ctx);
extern enum armv7m_runcontext armv7m_get_context(target_t *target);
+extern int armv7m_restore_context(target_t *target);
/* Thumb mode instructions
*/