summaryrefslogtreecommitdiff
path: root/src/target/image.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-29 11:42:37 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-29 11:42:37 +0000
commit219b7f30b99c8af9f94fa1b10537bb0e2dc6209f (patch)
tree874aab8c13879634f20cb61534c7d3609d1b1e6a /src/target/image.h
parent3a3fc300141d9e0e6b71729d7fd604aa28447116 (diff)
downloadopenocd+libswd-219b7f30b99c8af9f94fa1b10537bb0e2dc6209f.tar.gz
openocd+libswd-219b7f30b99c8af9f94fa1b10537bb0e2dc6209f.tar.bz2
openocd+libswd-219b7f30b99c8af9f94fa1b10537bb0e2dc6209f.tar.xz
openocd+libswd-219b7f30b99c8af9f94fa1b10537bb0e2dc6209f.zip
- image.c and fileio.c now uses logging to propagate error strings.
More precise, less code. - removed unused code in fileio.c - Windows should now find debug_handler.bin git-svn-id: svn://svn.berlios.de/openocd/trunk@390 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/image.h')
-rw-r--r--src/target/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/image.h b/src/target/image.h
index 47f0215f..064654b3 100644
--- a/src/target/image.h
+++ b/src/target/image.h
@@ -64,7 +64,6 @@ typedef struct image_s
int base_address; /* base address, if one is set */
int start_address_set; /* whether the image has a start address (entry point) associated */
u32 start_address; /* start address, if one is set */
- char error_str[IMAGE_MAX_ERROR_STRING];
} image_t;
typedef struct image_binary_s