From: Øyvind H. <go...@us...> - 2009-11-27 09:12:34
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via bd3ef5ca3d11c228aece1a1a654a8c89bd6d0e05 (commit) from 2221a037447b61b8a9db500ba997e61dbe874d61 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bd3ef5ca3d11c228aece1a1a654a8c89bd6d0e05 Author: Ãyvind Harboe <oyv...@zy...> Date: Fri Nov 27 09:10:37 2009 +0100 minidummy: fix compilation error during refactoring a search and replace error crept in Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/src/jtag/minidummy/jtag_minidriver.h b/src/jtag/minidummy/jtag_minidriver.h index baf4ada..d50a800 100644 --- a/src/jtag/minidummy/jtag_minidriver.h +++ b/src/jtag/minidummy/jtag_minidriver.h @@ -20,7 +20,7 @@ -static __inline__ void interface_jtag_add_dr_out_core(struct jtag_tap *struct targetap, +static __inline__ void interface_jtag_add_dr_out_core(struct jtag_tap *targettap, int num_fields, const int *num_bits, const uint32_t *value, @@ -29,7 +29,7 @@ static __inline__ void interface_jtag_add_dr_out_core(struct jtag_tap *struct ta /* synchronously do the operation here */ } -static __inline__ void interface_jtag_add_dr_out(struct jtag_tap *struct targetap, +static __inline__ void interface_jtag_add_dr_out(struct jtag_tap *targettap, int num_fields, const int *num_bits, const uint32_t *value, ----------------------------------------------------------------------- Summary of changes: src/jtag/minidummy/jtag_minidriver.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |