]> git.sur5r.net Git - openocd/commit
fix single step of bx instruction going into Thumb mode
authorNicolas Pitre <nico@fluxnic.net>
Mon, 19 Oct 2009 19:49:46 +0000 (15:49 -0400)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 19 Oct 2009 20:04:07 +0000 (22:04 +0200)
commit6726b78707f349d389c30ce85713047eb761b7ca
treebb293509541a69a5fdfb4ad424adbd8b5f8c3779
parent97166327db9373952908633d991fec82c677253a
fix single step of bx instruction going into Thumb mode

Without this fix, the following code cannot be single stepped:

add ip, pc, #1
bx ip
[thumb code here]
src/target/arm_simulator.c