Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALPHA_ISA"... wierd but OK

--HG--
extra : convert_revision : f847d6c01212e32200a319c16596b8e1c1d15c7d
This commit is contained in:
Korey Sewell
2006-07-06 12:29:34 -04:00
parent a35898c18d
commit e60f998e29

View 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>