Skip to content

Commit 2deb026

Browse files
committed
Forgot to commit this follow up to PR #79
1 parent 46b91c9 commit 2deb026

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/target/riscv/riscv-013.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,9 @@ static int init_target(struct command_context *cmd_ctx,
938938

939939
// Assume all these abstract commands are supported until we learn
940940
// otherwise.
941+
// TODO: The spec allows eg. one CSR to be able to be accessed abstractly
942+
// while another one isn't. We don't track that this closely here, but in
943+
// the future we probably should.
941944
info->abstract_read_csr_supported = true;
942945
info->abstract_write_csr_supported = true;
943946
info->abstract_read_fpr_supported = true;

0 commit comments

Comments
 (0)