From: Zach W. <zw...@us...> - 2009-11-11 06:03:54
|
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 583a293a326bcb4b7438871d492cd85c143e3fa1 (commit) from d570e4f6f6ae13eccc3f701f4e0fe5beb51fb295 (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 583a293a326bcb4b7438871d492cd85c143e3fa1 Author: Zachary T Welch <zw...@su...> Date: Tue Nov 10 21:02:30 2009 -0800 fix bug in ARM720: bugfix diff --git a/src/target/arm720t.c b/src/target/arm720t.c index c84ee28..6ce7980 100644 --- a/src/target/arm720t.c +++ b/src/target/arm720t.c @@ -405,7 +405,7 @@ static int arm720t_target_create(struct target_s *target, Jim_Interp *interp) { struct arm720t_common_s *arm720t = calloc(1, sizeof(*arm720t)); - arm720t->arm7tdmi_common->arm7_9_common.armv4_5_common.is_armv4 = true; + arm720t->arm7tdmi_common.arm7_9_common.armv4_5_common.is_armv4 = true; return arm720t_init_arch_info(target, arm720t, target->tap); } ----------------------------------------------------------------------- Summary of changes: src/target/arm720t.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |