diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-07-06 12:29:34 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-07-06 12:29:34 -0400 |
commit | e60f998e2993df35460c8835016b3043a13da80a (patch) | |
tree | 6b6327c55878679f7c765ef447a78533c2612837 /src/cpu/o3 | |
parent | a35898c18d1a86707252a9502966b9c384b454f3 (diff) | |
download | gem5-e60f998e2993df35460c8835016b3043a13da80a.tar.xz |
Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALPHA_ISA"... wierd but OK
--HG--
extra : convert_revision : f847d6c01212e32200a319c16596b8e1c1d15c7d
Diffstat (limited to 'src/cpu/o3')
-rw-r--r-- | src/cpu/o3/dyn_inst.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/dyn_inst.hh b/src/cpu/o3/dyn_inst.hh index 34afa2d1b..a2cdf2dba 100644 --- 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> |