From: ntfreak Date: Tue, 28 Oct 2008 22:53:59 +0000 (+0000) Subject: - remove build warning X-Git-Tag: v0.1.0~204 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=b8f895deb66c72c64d1895a60615444ef7ab085a;p=openocd.git - remove build warning git-svn-id: svn://svn.berlios.de/openocd/trunk@1112 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c index c04968efae..9161aa6770 100644 --- a/src/target/arm7_9_common.c +++ b/src/target/arm7_9_common.c @@ -1690,7 +1690,7 @@ void arm7_9_enable_eice_step(target_t *target) u32 current_opcode; target_read_u32(target, current_pc, ¤t_opcode); LOG_ERROR("BUG: couldn't calculate PC of next instruction, current opcode was 0x%8.8x", current_opcode); - return retval; + return; } if(next_pc != current_pc)