From: Korey Sewell Date: Thu, 6 Jul 2006 16:29:34 +0000 (-0400) Subject: Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALPHA_ISA... X-Git-Tag: m5_2.0_beta1~36^2~21 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e60f998e2993df35460c8835016b3043a13da80a;p=gem5.git Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALPHA_ISA"... wierd but OK --HG-- extra : convert_revision : f847d6c01212e32200a319c16596b8e1c1d15c7d --- 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