Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALPHA_ISA...
authorKorey Sewell <ksewell@umich.edu>
Thu, 6 Jul 2006 16:29:34 +0000 (12:29 -0400)
committerKorey 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

index 34afa2d1b33c264e14650429dd395065f1c9e19a..a2cdf2dba45074a667823af009fc739cb11f4a2c 100644 (file)
@@ -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>