summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-12 04:52:15 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-12 04:52:15 +0000
commit30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba (patch)
tree44c4c63a7b2dc5e1ff7eb1a409916fba982ebf11 /src/jtag
parentf5e028bc46f6b3eee4fb3f93b5ef068238b03f40 (diff)
downloadopenocd_libswd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.tar.gz
openocd_libswd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.tar.bz2
openocd_libswd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.tar.xz
openocd_libswd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.zip
Include assert.h in system.h to promote tree-wide use of assertions.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1750 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/jtag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.c b/src/jtag/jtag.c
index 55d035a4..3d43bc9e 100644
--- a/src/jtag/jtag.c
+++ b/src/jtag/jtag.c
@@ -33,7 +33,7 @@
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
-#include <assert.h>
+
int jtag_flush_queue_count; /* count # of flushes for profiling / debugging purposes */