Merge pull request #82 from riscv/comment

Forgot to commit this follow up to PR #79
This commit is contained in:
Tim Newsome
2017-07-12 19:45:40 -07:00
committed by GitHub
+3
View File
@@ -938,6 +938,9 @@ static int init_target(struct command_context *cmd_ctx,
// Assume all these abstract commands are supported until we learn
// otherwise.
// TODO: The spec allows eg. one CSR to be able to be accessed abstractly
// while another one isn't. We don't track that this closely here, but in
// the future we probably should.
info->abstract_read_csr_supported = true;
info->abstract_write_csr_supported = true;
info->abstract_read_fpr_supported = true;