Starting support for Lauterbach T32 HW Debugger
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1740 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -36,6 +36,15 @@ namespace fail {
|
||||
typedef QEMUController ConcreteSimulatorController; //!< concrete simulator (type)
|
||||
}
|
||||
|
||||
#elif defined BUILD_T32
|
||||
|
||||
#include "t32/T32Controller.hpp"
|
||||
|
||||
namespace fail {
|
||||
typedef T32Controller ConcreteSimulatorController; //!< concrete simulator (type)
|
||||
}
|
||||
|
||||
|
||||
#else
|
||||
#error SAL Instance not defined
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user