armv7m: exit_point optional for armv7m_run_algorithm
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Mon, 19 Jul 2010 19:28:30 +0000 (20:28 +0100)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Tue, 20 Jul 2010 08:02:27 +0000 (09:02 +0100)
commit7176ed9afe0972ca768d6aabc8e58418d6f91286
tree0267084ca42f2f331e67d3e14f4d6321464ea006
parentf0c0256b1f05a04a58d857e9d865a0be0dd1680d
armv7m: exit_point optional for armv7m_run_algorithm

As the armv7m uses instruction breakpoints for algorithms we do not really
need to check the pc on exit.

This now matches the behaviour of the arm4_5 codebase.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
src/target/armv7m.c