aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/target/riscv/riscv-013.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c
index 3d00d29..547b01f 100644
--- a/src/target/riscv/riscv-013.c
+++ b/src/target/riscv/riscv-013.c
@@ -2024,6 +2024,8 @@ static int read_memory_progbuf(struct target *target, target_addr_t address,
select_dmi(target);
+ memset(buffer, 0, count*size);
+
/* s0 holds the next address to write to
* s1 holds the next data value to write
*/