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:
03b8bad
)
Remove debug printf that was cluttering up output.
author
Tim Newsome
<tim@sifive.com>
Fri, 1 Jul 2016 16:51:26 +0000
(09:51 -0700)
committer
Tim Newsome
<tim@sifive.com>
Fri, 1 Jul 2016 16:51:26 +0000
(09:51 -0700)
riscv/gdbserver.cc
patch
|
blob
|
history
diff --git
a/riscv/gdbserver.cc
b/riscv/gdbserver.cc
index 140cdd5f2fe9a5493680d0742491bef82ae1a007..370dd9a029ab3fa7192af37a3eb29c8f07892232 100644
(file)
--- a/
riscv/gdbserver.cc
+++ b/
riscv/gdbserver.cc
@@
-392,7
+392,6
@@
class halt_op_t : public operation_t
case ST_DPC:
gs.dpc = gs.dr_read(SLOT_DATA0);
- fprintf(stderr, "dpc=0x%lx\n", gs.dpc);
gs.dr_write32(0, csrr(S0, CSR_MSTATUS));
gs.dr_write_store(1, S0, SLOT_DATA0);
gs.dr_write_jump(2);