X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm9tdmi.c;h=0937c2abd58657ebe26b74b0808ad8e545e04a4a;hb=fe41e273e3adf8465f38866e1e49236aaf82d7a3;hp=dcb35dabb88d93a3acc12e41f88ed9e73309eb4d;hpb=ef1cfb23947bd32798077c6abb5c25a049460ae9;p=openocd.git diff --git a/src/target/arm9tdmi.c b/src/target/arm9tdmi.c index dcb35dabb8..0937c2abd5 100644 --- a/src/target/arm9tdmi.c +++ b/src/target/arm9tdmi.c @@ -2,6 +2,9 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2008 by Spencer Oliver * + * spen@spen-soft.co.uk * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -1116,12 +1119,3 @@ int handle_arm9tdmi_catch_vectors_command(struct command_context_s *cmd_ctx, cha return ERROR_OK; } - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */