- remove build warning
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 28 Oct 2008 22:53:59 +0000 (22:53 +0000)
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 28 Oct 2008 22:53:59 +0000 (22:53 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1112 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/arm7_9_common.c

index c04968efae4c469e775ab1f66e674ffa23296e75..9161aa677026c93a0363ad3fd261c43a0c0c66f2 100644 (file)
@@ -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)