projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6dae45
)
remove HWBPCOUNT field of DCSR
author
Andrew Waterman
<waterman@cs.berkeley.edu>
Tue, 23 Aug 2016 01:33:28 +0000
(18:33 -0700)
committer
Andrew Waterman
<waterman@cs.berkeley.edu>
Tue, 23 Aug 2016 01:33:28 +0000
(18:33 -0700)
riscv/processor.cc
patch
|
blob
|
history
diff --git
a/riscv/processor.cc
b/riscv/processor.cc
index a9be33454ababab3144115eded12ecabb3dd97a0..51f40610c02f9196a57c4fceb04c9e30f7888048 100644
(file)
--- a/
riscv/processor.cc
+++ b/
riscv/processor.cc
@@
-547,7
+547,6
@@
reg_t processor_t::get_csr(int which)
{
uint32_t v = 0;
v = set_field(v, DCSR_XDEBUGVER, 1);
- v = set_field(v, DCSR_HWBPCOUNT, 0);
v = set_field(v, DCSR_NDRESET, 0);
v = set_field(v, DCSR_FULLRESET, 0);
v = set_field(v, DCSR_PRV, state.dcsr.prv);