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:
2deb119
)
fixes compile bug for not being able to find std::logic_error
author
Scott Beamer
<sbeamer@eecs.berkeley.edu>
Mon, 23 Sep 2013 22:49:23 +0000
(15:49 -0700)
committer
Scott Beamer
<sbeamer@eecs.berkeley.edu>
Mon, 23 Sep 2013 22:49:23 +0000
(15:49 -0700)
riscv/processor.cc
patch
|
blob
|
history
diff --git
a/riscv/processor.cc
b/riscv/processor.cc
index 2bd215566cebfd5bd5da31a872b860ed59415842..839c846f3dd61b6ab431fbaeba6c3486a62f5f78 100644
(file)
--- a/
riscv/processor.cc
+++ b/
riscv/processor.cc
@@
-12,6
+12,7
@@
#include <iostream>
#include <assert.h>
#include <limits.h>
+#include <stdexcept>
processor_t::processor_t(sim_t* _sim, mmu_t* _mmu, uint32_t _id)
: sim(_sim), mmu(_mmu), ext(NULL), id(_id), opcode_bits(0)