Skip to content

Commit 134e563

Browse files
zqb-allborneoa
authored andcommitted
target: riscv: convert 'unsigned' to 'unsigned int'
Change-Id: I10b9abf9e42389eb91b210b8c2f01219ca9068cd Signed-off-by: Mark Zhuang <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/8366 Tested-by: jenkins Reviewed-by: Antonio Borneo <[email protected]>
1 parent 34ec553 commit 134e563

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/target/riscv/riscv-013.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ static bool riscv013_is_halted(struct target *target);
5050
static enum riscv_halt_reason riscv013_halt_reason(struct target *target);
5151
static int riscv013_write_debug_buffer(struct target *target, unsigned int index,
5252
riscv_insn_t d);
53-
static riscv_insn_t riscv013_read_debug_buffer(struct target *target, unsigned
54-
index);
53+
static riscv_insn_t riscv013_read_debug_buffer(struct target *target, unsigned int index);
5554
static int riscv013_execute_debug_buffer(struct target *target);
5655
static void riscv013_fill_dmi_write_u64(struct target *target, char *buf, int a, uint64_t d);
5756
static void riscv013_fill_dmi_read_u64(struct target *target, char *buf, int a);

0 commit comments

Comments
 (0)