From d1c6ad3469a99757c1ae5b9a68d41d0af472e6bc Mon Sep 17 00:00:00 2001 From: hsc Date: Thu, 4 Oct 2012 15:30:03 +0000 Subject: [PATCH] missing perf/BreakpointBuffer for Gem5 git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1716 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/sal/CMakeLists.txt b/src/core/sal/CMakeLists.txt index 5f56ff69..c46062d0 100644 --- a/src/core/sal/CMakeLists.txt +++ b/src/core/sal/CMakeLists.txt @@ -15,6 +15,7 @@ elseif(BUILD_GEM5) SALConfig.cc Register.cc SimulatorController.cc + perf/BreakpointBuffer.cc gem5/Gem5Controller.cc gem5/Gem5PCEvent.cc )