aboutsummaryrefslogtreecommitdiff
path: root/src/include/cortexm.h
diff options
context:
space:
mode:
authorGareth McMullin2015-03-28 20:15:33 -0700
committerGareth McMullin2015-03-28 20:15:33 -0700
commit1e54139f4a45d379c1cda7ad02a3f4a7d321b78e (patch)
treeb5671e507039ee525679228231d749ffc12b96ac /src/include/cortexm.h
parent4313b64bbe27024ab4238bbd18e4b6624a1c8bca (diff)
target: Remove pc_read/pc_write methods.
Diffstat (limited to 'src/include/cortexm.h')
-rw-r--r--src/include/cortexm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cortexm.h b/src/include/cortexm.h
index 8f4d45d..9c906a1 100644
--- a/src/include/cortexm.h
+++ b/src/include/cortexm.h
@@ -149,6 +149,7 @@ void cortexm_halt_resume(struct target_s *target, bool step);
int cortexm_run_stub(struct target_s *target, uint32_t loadaddr,
const uint16_t *stub, uint32_t stublen,
uint32_t r0, uint32_t r1, uint32_t r2, uint32_t r3);
+int cortexm_pc_write(target *t, const uint32_t val);
#endif