Correct debugging print in read_memory
This commit is contained in:
parent
16de5044d4
commit
ad1cf13ef4
|
@ -1223,7 +1223,7 @@ static int read_memory(struct target *target, uint32_t address,
|
||||||
{
|
{
|
||||||
RISCV013_INFO(info);
|
RISCV013_INFO(info);
|
||||||
|
|
||||||
LOG_DEBUG("writing %d words of %d bytes to 0x%08lx", count, size, (long)address);
|
LOG_DEBUG("reading %d words of %d bytes from 0x%08lx", count, size, (long)address);
|
||||||
|
|
||||||
select_dmi(target);
|
select_dmi(target);
|
||||||
riscv_set_current_hartid(target, 0);
|
riscv_set_current_hartid(target, 0);
|
||||||
|
|
Loading…
Reference in New Issue