diff options
Diffstat (limited to 'cpu/o3/ras.hh')
-rw-r--r-- | cpu/o3/ras.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/ras.hh b/cpu/o3/ras.hh index bbc4162a6..46d98181e 100644 --- a/cpu/o3/ras.hh +++ b/cpu/o3/ras.hh @@ -30,7 +30,7 @@ #define __CPU_O3_CPU_RAS_HH__ // For Addr type. -#include "arch/alpha/isa_traits.hh" +#include "arch/isa_traits.hh" class ReturnAddrStack { |