- removed duplicate cortex_m3_register_commands

git-svn-id: svn://svn.berlios.de/openocd/trunk@709 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-06-16 15:02:02 +00:00
parent 5c8ebfbed2
commit 85fc1e06fa
2 changed files with 0 additions and 5 deletions

View File

@@ -83,8 +83,6 @@ typedef struct armv7m_common_s
int (*read_core_reg)(struct target_s *target, int num);
int (*write_core_reg)(struct target_s *target, int num);
arm_jtag_t jtag_info;
int (*examine_debug_reason)(target_t *target);
void (*pre_debug_entry)(target_t *target);
void (*post_debug_entry)(target_t *target);