summaryrefslogtreecommitdiff
path: root/src/helper/ioutil.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-09 11:44:01 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-09 11:44:01 +0000
commit59ff8d24d84ad734ca470aa37e9516be806499c9 (patch)
treeeb849b9e30295482f04be9121245c04599bdfc55 /src/helper/ioutil.c
parent5bbf2ae519c31b45e7609918a1bc36b849ba53f5 (diff)
downloadopenocd+libswd-59ff8d24d84ad734ca470aa37e9516be806499c9.tar.gz
openocd+libswd-59ff8d24d84ad734ca470aa37e9516be806499c9.tar.bz2
openocd+libswd-59ff8d24d84ad734ca470aa37e9516be806499c9.tar.xz
openocd+libswd-59ff8d24d84ad734ca470aa37e9516be806499c9.zip
moved ioutil init to the right spot: before config scripts
git-svn-id: svn://svn.berlios.de/openocd/trunk@1311 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/ioutil.c')
-rw-r--r--src/helper/ioutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/ioutil.c b/src/helper/ioutil.c
index 4711e341..9de1a691 100644
--- a/src/helper/ioutil.c
+++ b/src/helper/ioutil.c
@@ -601,6 +601,7 @@ static int zylinjtag_Jim_Command_ip(Jim_Interp *interp, int argc,
freeifaddrs(ifp);
#else
Jim_Obj *tclOutput = Jim_NewStringObj(interp, "fixme!!!", 0);
+ LOG_ERROR("NOT IMPLEMENTED!!!");
#endif
Jim_SetResult(interp, tclOutput);