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:
1a01326
)
Fix indent.
author
Tim Newsome
<tim@sifive.com>
Mon, 29 Aug 2016 21:40:07 +0000
(14:40 -0700)
committer
Tim Newsome
<tim@sifive.com>
Mon, 29 Aug 2016 21:40:07 +0000
(14:40 -0700)
riscv/sim.cc
patch
|
blob
|
history
diff --git
a/riscv/sim.cc
b/riscv/sim.cc
index 283d2dab225bb1cfcc01ef10ff9e229d281a9fe9..0e7c3871841099c78e391d4835533cb70e576c52 100644
(file)
--- a/
riscv/sim.cc
+++ b/
riscv/sim.cc
@@
-78,7
+78,7
@@
void sim_t::main()
else
step(INTERLEAVE);
if (gdbserver) {
-
gdbserver->handle();
+ gdbserver->handle();
}
}
}