From eae1e97fb002b44a9d8c46df2da1ddc1d0156ce4 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 25 May 2012 00:55:24 -0700 Subject: ISA: Make the decode function part of the ISA's decoder. --- src/arch/x86/isa_traits.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/arch/x86/isa_traits.hh') diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh index 34c5b5ebc..383e56eee 100644 --- a/src/arch/x86/isa_traits.hh +++ b/src/arch/x86/isa_traits.hh @@ -43,7 +43,6 @@ #include "arch/x86/types.hh" #include "arch/x86/x86_traits.hh" #include "base/types.hh" -#include "cpu/static_inst_fwd.hh" namespace LittleEndianGuest {} @@ -69,8 +68,6 @@ namespace X86ISA const int BranchPredAddrShiftAmt = 0; - StaticInstPtr decodeInst(ExtMachInst); - // Memory accesses can be unaligned const bool HasUnalignedMemAcc = true; -- cgit v1.2.3