From 1a451cd2c5ec20c27c39a1cd3e3b5422c2b4f679 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Thu, 9 Jun 2011 01:34:06 -0400 Subject: sparc: compilation fixes for inorder Add a few constants and functions that the InOrder model wants for SPARC. * * * sparc: add eaComp function InOrder separates the address generation from the actual access so give Sparc that functionality * * * sparc: add control flags for branches branch predictors and other cpu model functions need to know specific information about branches, so add the necessary flags here --- src/cpu/inorder/cpu.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/inorder/cpu.cc') diff --git a/src/cpu/inorder/cpu.cc b/src/cpu/inorder/cpu.cc index c27020671..97748deba 100644 --- a/src/cpu/inorder/cpu.cc +++ b/src/cpu/inorder/cpu.cc @@ -32,6 +32,7 @@ #include #include "arch/utility.hh" +#include "base/bigint.hh" #include "config/full_system.hh" #include "config/the_isa.hh" #include "cpu/inorder/resources/resource_list.hh" -- cgit v1.2.3