X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_m3.h;h=236911f54e491e0f878eef50b77e280c19e67a8b;hb=ecb227f10cab328e264cf9a828f508fa395ade8c;hp=0ed3b0adb1d26b04615cd6b54551dcfdce1c1950;hpb=1aa854684de1827edd3b605fc64a78a498f2358a;p=openocd.git diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index 0ed3b0adb1..236911f54e 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * @@ -133,7 +134,7 @@ typedef struct cortex_m3_dwt_comparator_s typedef struct cortex_m3_common_s { int common_magic; -// int (*full_context)(struct target_s *target); + /* int (*full_context)(struct target_s *target); */ arm_jtag_t jtag_info;