ARMv7M: use software breakpoints for algorithms

- armv7m_run_algorithm now requires all algorithms to use
   a software breakpoint at their exit address
 - updated all algorithms to support this

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver
2010-02-02 13:22:07 +00:00
parent 0324eb2496
commit a851ce0d6f
5 changed files with 9 additions and 26 deletions

View File

@@ -2046,9 +2046,7 @@ sam3_page_write_opcodes[] = {
0x10,0xf0,0x01,0x0f,
// 41 0024 FBD0 beq .L4
0xfb,0xd0,
// 42 .done:
// 43 0026 FEE7 b .done
0xfe,0xe7
0x00,0xBE /* bkpt #0 */
};