diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-03-16 10:58:21 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-03-17 07:40:00 +0100 |
commit | 1d9fba8c1488c3774c8bde737c2d658b1f525d09 (patch) | |
tree | 6c09a4e8c379e386b24dcde638e63bb7357fa597 /src/target/arm9tdmi.c | |
parent | 6f8b8593d63bc9781435270a54b6f7d245eecd8e (diff) | |
download | riscv-openocd-1d9fba8c1488c3774c8bde737c2d658b1f525d09.zip riscv-openocd-1d9fba8c1488c3774c8bde737c2d658b1f525d09.tar.gz riscv-openocd-1d9fba8c1488c3774c8bde737c2d658b1f525d09.tar.bz2 |
arm7/9: remove unused post_restore_context
Unused. If something should happen after context restore, then the
calling code can just do it afterwards.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target/arm9tdmi.c')
-rw-r--r-- | src/target/arm9tdmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/arm9tdmi.c b/src/target/arm9tdmi.c index 7c1e372..f3935a3 100644 --- a/src/target/arm9tdmi.c +++ b/src/target/arm9tdmi.c @@ -787,7 +787,6 @@ int arm9tdmi_init_arch_info(struct target *target, arm7_9->post_debug_entry = NULL; arm7_9->pre_restore_context = NULL; - arm7_9->post_restore_context = NULL; /* initialize arch-specific breakpoint handling */ arm7_9->arm_bkpt = 0xdeeedeee; |