- remove target specific variant and use target->variant member
- fix build warning in cortex_m3 - code cleanup - remove trailing lf and convert c++ comments git-svn-id: svn://svn.berlios.de/openocd/trunk@1238 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -429,12 +429,12 @@ int server_loop(command_context_t *command_context)
|
||||
#ifdef _WIN32
|
||||
BOOL WINAPI ControlHandler(DWORD dwCtrlType)
|
||||
{
|
||||
shutdown_openocd = 1;
|
||||
return TRUE;
|
||||
shutdown_openocd = 1;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void sig_handler(int sig) {
|
||||
shutdown_openocd = 1;
|
||||
shutdown_openocd = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -491,5 +491,3 @@ int handle_shutdown_command(struct command_context_s *cmd_ctx, char *cmd, char *
|
||||
|
||||
return ERROR_COMMAND_CLOSE_CONNECTION;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user