Fixed build for stlink platform.

This commit is contained in:
Gareth McMullin 2012-06-28 20:49:32 +12:00
parent 22993fb5bd
commit 01d0390b54
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ extern const char *morse_msg;
else gdb_putpacketz("EFF"); \
running_status = 0; \
target_list_free(); \
cur_target = last_target = NULL; \
longjmp(fatal_error_jmpbuf, (error)); \
}