ARM: fix single-step of Thumb unconditional branch
authorNicolas Pitre <nico@fluxnic.net>
Wed, 28 Oct 2009 01:19:43 +0000 (21:19 -0400)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 28 Oct 2009 02:25:54 +0000 (19:25 -0700)
commit76afa936ba4bfa5a5780dbad562c6637c252524b
tree6dfd18467395b4c38aa332317ceabb6c8370d452
parent39dd68bca649e9275c602fa212f448ae8497f306
ARM: fix single-step of Thumb unconditional branch

Only type 1 branch instruction has a condition code, not type 2.
Currently they're both tagged with ARM_B which doesn't allow for the
distinction.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm_simulator.c