X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftarget%2Farmv7m.h;h=e897fc4490e61b9853724baeeac149b35ce29189;hb=96261e827782235709fcdfb2c1bbb93fedc977be;hp=0059b18d0de6f4f5f26d0000ef5599ffcdfc765b;hpb=d8456e48260519a7e1d5d4b4efee51f985e981c6;p=openocd.git diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 0059b18d0d..e897fc4490 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.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 * * * @@ -103,9 +104,11 @@ typedef struct armv7m_common_s void (*change_to_arm)(target_t *target, u32 *r0, u32 *pc); -// void (*read_core_regs)(target_t *target, u32 mask, u32 *core_regs[16]); -// void (*read_core_regs_target_buffer)(target_t *target, u32 mask, void *buffer, int size); -// void (*write_core_regs)(target_t *target, u32 mask, u32 core_regs[16]); +/* + void (*read_core_regs)(target_t *target, u32 mask, u32 *core_regs[16]); + void (*read_core_regs_target_buffer)(target_t *target, u32 mask, void *buffer, int size); + void (*write_core_regs)(target_t *target, u32 mask, u32 core_regs[16]); +*/ /* void (*write_xpsr_im8)(target_t *target, u8 xpsr_im, int rot, int spsr);