projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35898c
)
Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALPHA_ISA...
author
Korey Sewell
<ksewell@umich.edu>
Thu, 6 Jul 2006 16:29:34 +0000
(12:29 -0400)
committer
Korey Sewell
<ksewell@umich.edu>
Thu, 6 Jul 2006 16:29:34 +0000
(12:29 -0400)
--HG--
extra : convert_revision :
f847d6c01212e32200a319c16596b8e1c1d15c7d
src/cpu/o3/dyn_inst.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/dyn_inst.hh
b/src/cpu/o3/dyn_inst.hh
index 34afa2d1b33c264e14650429dd395065f1c9e19a..a2cdf2dba45074a667823af009fc739cb11f4a2c 100644
(file)
--- a/
src/cpu/o3/dyn_inst.hh
+++ b/
src/cpu/o3/dyn_inst.hh
@@
-31,6
+31,7
@@
#ifndef __CPU_O3_DYN_INST_HH__
#define __CPU_O3_DYN_INST_HH__
+#include "arch/isa_specific.hh"
#if THE_ISA == ALPHA_ISA
template <class Impl>