Skip to content

Commit

Permalink
fixup! riscv_debug: Implemented the ability for riscv_reg_read() to d…
Browse files Browse the repository at this point in the history
…o 128-, 64-, and 32-bit reads as required
  • Loading branch information
perigoso authored and rg-silva committed Oct 5, 2023
1 parent e6ded5e commit 9ac6516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/riscv_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ typedef enum riscv_debug_version {
typedef enum riscv_hart_status {
/* The Hart is in a good state */
RISCV_HART_NO_ERROR = 0,
/* The Hart was bust when the status was read */
/* The Hart was busy when the status was read */
RISCV_HART_BUSY = 1,
/* The operation requested of the Hart was not supported */
RISCV_HART_NOT_SUPP = 2,
Expand Down

0 comments on commit 9ac6516

Please sign in to comment.