Skip to content

Commit

Permalink
riscv_debug: Rename machine scratch CSR
Browse files Browse the repository at this point in the history
  • Loading branch information
ALTracer committed Jan 7, 2025
1 parent 9c60b33 commit bf1934e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/riscv_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static const riscv_csr_descriptor_s riscv_csrs[] = {
{"misa", RV_CSR_MISA},
{"mie", RV_CSR_MIE},
{"mtvec", RV_CSR_MTVEC},
{"tscratch", RV_CSR_MSCRATCH},
{"mscratch", RV_CSR_MSCRATCH},
{"mepc", RV_CSR_MEPC},
{"mcause", RV_CSR_MCAUSE},
{"mtval", RV_CSR_MTVAL},
Expand Down

0 comments on commit bf1934e

Please sign in to comment.