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:
74a13a1
)
Remove obsolete TODO.
author
Tim Newsome
<tim@sifive.com>
Mon, 9 May 2016 20:48:20 +0000
(13:48 -0700)
committer
Tim Newsome
<tim@sifive.com>
Mon, 23 May 2016 19:12:12 +0000
(12:12 -0700)
riscv/execute.cc
patch
|
blob
|
history
diff --git
a/riscv/execute.cc
b/riscv/execute.cc
index a0848d7a4143120d962c1e7415edb76c894f56cd..e2e72d69ef244fdd79836b2bbddd60af3017feee 100644
(file)
--- a/
riscv/execute.cc
+++ b/
riscv/execute.cc
@@
-95,9
+95,6
@@
void processor_t::step(size_t n)
{
while (instret < n)
{
- // TODO: implement this for the main loop also. To keep
- // performance good, probably go into this version when entering
- // debug mode or something.
if (unlikely(state.single_step == state.STEP_STEPPING)) {
state.single_step = state.STEP_STEPPED;
} else if (unlikely(state.single_step == state.STEP_STEPPED)) {