gem5: only enable Gem5Listener.ah when building gem5

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1825 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-10-24 23:40:10 +00:00
parent 14ca377a85
commit 22cd362cc7

View File

@ -1,6 +1,10 @@
#ifndef __GEM5_LISTENER_AH__
#define __GEM5_LISTENER_AH__
#include "config/VariantConfig.hpp"
#if defined(BUILD_GEM5)
#include "../SALInst.hpp"
#include "sim/system.hh"
@ -40,5 +44,5 @@ aspect Gem5Listener
};
};
#endif
#endif // __GEM5_LISTENER_AH__