From ebe65a394bdb6b23d99fa01bcea105065a648991 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Fri, 2 Nov 2012 11:32:01 -0500 Subject: cpu: Add header files for checker CPUs In order to create reliable SWIG wrappers, we need to include the declaration of the wrapped class in the SWIG file. Previously, we didn't expose the declaration of checker CPUs. This patch adds header files for such CPUs and include them in the SWIG wrapper. --HG-- rename : src/cpu/dummy_checker_builder.cc => src/cpu/dummy_checker.cc rename : src/cpu/o3/checker_builder.cc => src/cpu/o3/checker.cc --- src/cpu/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/SConscript') diff --git a/src/cpu/SConscript b/src/cpu/SConscript index e1ba59b8b..913e58a8e 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -127,7 +127,7 @@ if env['TARGET_ISA'] == 'sparc': SimObject('DummyChecker.py') Source('checker/cpu.cc') -Source('dummy_checker_builder.cc') +Source('dummy_checker.cc') DebugFlag('Checker') DebugFlag('Activity') -- cgit v1.2.3