summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-04 20:05:32 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-04 20:05:32 +0000
commit01801e3f458385e9e0203b35bac1d3a592829ece (patch)
tree9a675ea2789eeb6f94259a424f6a3b40369695de /src/target/arm11.h
parentf7d3fdb19573977224c911dd9bd5594fee30b231 (diff)
downloadopenocd+libswd-01801e3f458385e9e0203b35bac1d3a592829ece.tar.gz
openocd+libswd-01801e3f458385e9e0203b35bac1d3a592829ece.tar.bz2
openocd+libswd-01801e3f458385e9e0203b35bac1d3a592829ece.tar.xz
openocd+libswd-01801e3f458385e9e0203b35bac1d3a592829ece.zip
unbreak arm11. TAP_INVALID is used to communicate inband that a special state should be used to lower level fn's in ARM11 code.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2052 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index 5e34f8dd..53b2fe6b 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -47,7 +47,7 @@
23 * ARM11_REGCACHE_MODEREGS + \
9 * ARM11_REGCACHE_FREGS)
-#define ARM11_TAP_DEFAULT jtag_get_end_state()
+#define ARM11_TAP_DEFAULT TAP_INVALID
#define CHECK_RETVAL(action) \