- made bp command more verbose

- fixed bug that could result in register corruption on arm920t targets


git-svn-id: svn://svn.berlios.de/openocd/trunk@89 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
drath
2006-08-20 15:10:32 +00:00
parent 1c1ae777e1
commit da9eedc0f2
3 changed files with 12 additions and 1 deletions

View File

@@ -380,6 +380,9 @@ int arm920t_write_cp15_interpreted(target_t *target, u32 opcode, u32 value, u32
DEBUG("opcode: %8.8x, value: %8.8x, address: %8.8x", opcode, value, address);
ARMV4_5_CORE_REG_MODE(armv4_5->core_cache, armv4_5->core_mode, 0).dirty = 1;
ARMV4_5_CORE_REG_MODE(armv4_5->core_cache, armv4_5->core_mode, 1).dirty = 1;
return ERROR_OK;
}