bochs: removed preprocessor nonsense

It doesn't make sense to let timer (de)registration depend on
CONFIG_EVENT_BREAKPOINTS.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1886 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-11-06 18:29:41 +00:00
parent 1f8dfd01e9
commit 1668e21ce1

View File

@ -4,7 +4,7 @@
#include "config/VariantConfig.hpp"
#include "config/FailConfig.hpp"
#if defined(BUILD_BOCHS) && defined(CONFIG_EVENT_BREAKPOINTS)
#if defined(BUILD_BOCHS)
#include <cassert>
#include "bochs.h"