Make FailBochs compile again (after changes in r1966).

For now, only breakpoints are working. Other event sources need to be revised, too.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1981 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-12-12 13:08:43 +00:00
parent 2010d4c385
commit f8aa1237e9
8 changed files with 192 additions and 50 deletions

View File

@ -9,6 +9,7 @@ if(BUILD_BOCHS)
SimulatorController.cc
bochs/BochsController.cc
bochs/BochsListener.cc
bochs/BochsCPU.cc
)
elseif(BUILD_GEM5)
set(SRCS
@ -65,7 +66,7 @@ endif(BUILD_BOCHS)
if(BUILD_X86)
set(SRCS ${SRCS}
x86/Architecture.cc
)
elseif(BUILD_ARM)
set(SRCS ${SRCS}