From: Øyvind H. <go...@us...> - 2010-03-05 10:37:19
|
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 57ebf6d3dea85d7c4d712a1ada161d76096fdf23 (commit) from 45a528ff3c0582f7d22b65d76d925f34a6956957 (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 57ebf6d3dea85d7c4d712a1ada161d76096fdf23 Author: Ãyvind Harboe <oyv...@zy...> Date: Thu Mar 4 18:30:03 2010 +0100 minidriver: fix arm11 compilation problem Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/src/jtag/minidummy/minidummy.c b/src/jtag/minidummy/minidummy.c index 705f1b4..01cdd2e 100644 --- a/src/jtag/minidummy/minidummy.c +++ b/src/jtag/minidummy/minidummy.c @@ -163,3 +163,9 @@ void embeddedice_write_dcc(struct jtag_tap *tap, int reg_addr, uint8_t *buffer, buffer += 4; } } + +int arm11_run_instr_data_to_core_noack_inner(struct jtag_tap * tap, uint32_t opcode, uint32_t * data, size_t count) +{ + int arm11_run_instr_data_to_core_noack_inner_default(struct jtag_tap * tap, uint32_t opcode, uint32_t * data, size_t count); + return arm11_run_instr_data_to_core_noack_inner_default(tap, opcode, data, count); +} ----------------------------------------------------------------------- Summary of changes: src/jtag/minidummy/minidummy.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |