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:
23688da
)
remove debug printf
author
Andrew Waterman
<waterman@eecs.berkeley.edu>
Wed, 1 Feb 2012 01:32:57 +0000
(17:32 -0800)
committer
Andrew Waterman
<waterman@eecs.berkeley.edu>
Wed, 1 Feb 2012 01:32:57 +0000
(17:32 -0800)
riscv/riscv-isa-run.cc
patch
|
blob
|
history
diff --git
a/riscv/riscv-isa-run.cc
b/riscv/riscv-isa-run.cc
index 9217be82d2550f0198addb5cd48796017dad6f12..f73cc5504fb0ea3d566cd46104d6a8eb91a82d9b 100644
(file)
--- a/
riscv/riscv-isa-run.cc
+++ b/
riscv/riscv-isa-run.cc
@@
-54,5
+54,4
@@
int main(int argc, char** argv)
// initalize simulator and run to completion
sim_t s(nprocs, &htif);
s.run(debug);
- printf("graceful\n");
}