- 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user