Browse Source

- remove build warning

git-svn-id: svn://svn.berlios.de/openocd/trunk@1112 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
ntfreak 14 years ago
parent
commit
b8f895deb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/target/arm7_9_common.c

+ 1
- 1
src/target/arm7_9_common.c View 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)


Loading…
Cancel
Save