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:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user