forked from auracaster/openocd
- fix target_examine declaration
- remove build warnings - added --enable-gccwarnings to docs - update mips_m4k_examine function git-svn-id: svn://svn.berlios.de/openocd/trunk@893 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -383,7 +383,7 @@ static int default_examine(struct target_s *target)
|
||||
*
|
||||
* XScale
|
||||
*/
|
||||
int target_examine(struct command_context_s *cmd_ctx)
|
||||
int target_examine(void)
|
||||
{
|
||||
int retval = ERROR_OK;
|
||||
target_t *target = targets;
|
||||
|
||||
Reference in New Issue
Block a user