|
From: <oh...@ma...> - 2009-06-04 22:05:34
|
Author: oharboe Date: 2009-06-04 22:05:32 +0200 (Thu, 04 Jun 2009) New Revision: 2052 Modified: trunk/src/target/arm11.h Log: unbreak arm11. TAP_INVALID is used to communicate inband that a special state should be used to lower level fn's in ARM11 code. Modified: trunk/src/target/arm11.h =================================================================== --- trunk/src/target/arm11.h 2009-06-04 13:45:50 UTC (rev 2051) +++ trunk/src/target/arm11.h 2009-06-04 20:05:32 UTC (rev 2052) @@ -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) \ |