From 31fae032f79b64df38bceec85dfb57b5d021174f Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Sun, 29 Mar 2015 15:20:00 -0700 Subject: cortexm: Separate stub loading from running. --- src/include/cortexm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') diff --git a/src/include/cortexm.h b/src/include/cortexm.h index 24e4c4d..ec3369c 100644 --- a/src/include/cortexm.h +++ b/src/include/cortexm.h @@ -147,7 +147,6 @@ bool cortexm_attach(target *t); void cortexm_detach(target *t); void cortexm_halt_resume(target *t, bool step); int cortexm_run_stub(target *t, 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); -- cgit v1.2.3