summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-28 22:53:59 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-28 22:53:59 +0000
commitb8f895deb66c72c64d1895a60615444ef7ab085a (patch)
tree7aab7aa7c9abdfad93d2201c2e70ea6ed79c1abf /src
parent95fa1a33779be98ee4b24ed195be263964458609 (diff)
downloadopenocd+libswd-b8f895deb66c72c64d1895a60615444ef7ab085a.tar.gz
openocd+libswd-b8f895deb66c72c64d1895a60615444ef7ab085a.tar.bz2
openocd+libswd-b8f895deb66c72c64d1895a60615444ef7ab085a.tar.xz
openocd+libswd-b8f895deb66c72c64d1895a60615444ef7ab085a.zip
- remove build warning
git-svn-id: svn://svn.berlios.de/openocd/trunk@1112 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/target/arm7_9_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c
index c04968ef..9161aa67 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, &current_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)