avoid patch trouble by isolating troublesome line...
git-svn-id: svn://svn.berlios.de/openocd/trunk@542 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
bb0830da6d
commit
769fa69b9a
|
@ -102,7 +102,19 @@ int main(int argc, char *argv[])
|
||||||
LOG_DEBUG("log init complete");
|
LOG_DEBUG("log init complete");
|
||||||
|
|
||||||
LOG_OUTPUT( OPENOCD_VERSION "\n" );
|
LOG_OUTPUT( OPENOCD_VERSION "\n" );
|
||||||
|
|
||||||
|
|
||||||
|
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
||||||
|
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
||||||
|
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
||||||
|
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
||||||
|
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
||||||
LOG_OUTPUT( "$URL$\n");
|
LOG_OUTPUT( "$URL$\n");
|
||||||
|
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
||||||
|
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
||||||
|
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
||||||
|
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
||||||
|
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
||||||
|
|
||||||
cfg_cmd_ctx = copy_command_context(cmd_ctx);
|
cfg_cmd_ctx = copy_command_context(cmd_ctx);
|
||||||
cfg_cmd_ctx->mode = COMMAND_CONFIG;
|
cfg_cmd_ctx->mode = COMMAND_CONFIG;
|
||||||
|
|
Loading…
Reference in New Issue