From 163bd86071a90b77eb8b0e03927b0ed8908eb892 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 6 Jul 2008 22:03:07 +0000 Subject: moving Tcl stuff around slightly. git-svn-id: svn://svn.berlios.de/openocd/trunk@759 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/main.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 753adcc7..ef443b29 100644 --- a/src/main.c +++ b/src/main.c @@ -18,6 +18,15 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +/* implementations of OpenOCD that uses multithreading needs to lock OpenOCD while calling + * OpenOCD fn's. No-op in vanilla OpenOCD + */ +void lockBigLock() +{ +} +void unlockBigLock() +{ +} /* This is the main entry for developer PC hosted OpenOCD. -- cgit v1.2.3