- ST STM32x cortex support added
- ST STM32x flash support added - cleaned up armv7m and cortex-m3 support, removed luminary specific code - cortex-m3 16bit read/write added (required for STM32x flash programming) git-svn-id: svn://svn.berlios.de/openocd/trunk@177 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -346,7 +346,7 @@ int evaluate_load_store(u32 opcode, u32 address, arm_instruction_t *instruction)
|
||||
if (offset_12)
|
||||
snprintf(offset, 32, ", #%s0x%x", (U) ? "" : "-", offset_12);
|
||||
else
|
||||
snprintf(offset, 32, "");
|
||||
snprintf(offset, 32, "%s", "");
|
||||
|
||||
instruction->info.load_store.offset_mode = 0;
|
||||
instruction->info.load_store.offset.offset = offset_12;
|
||||
|
||||
Reference in New Issue
Block a user