Flag initialization is now based on actual simulator-selection.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1720 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -26,9 +26,7 @@ typedef uint32_t regwidth_t; //!< type of register width [bits]
|
||||
typedef register_data_t regdata_t; //!< type of register data
|
||||
typedef timer_t timer_id_t; //!< type of timer IDs
|
||||
|
||||
// The following flags are defined in SALConfig.cc.
|
||||
|
||||
// FIXME: The flags should be initialized based on simulator-specific values!
|
||||
// Note: The following flags are defined in SALConfig.cc.
|
||||
|
||||
//! invalid address flag (e.g. for memory address ptrs)
|
||||
extern const address_t ADDR_INV;
|
||||
|
||||
Reference in New Issue
Block a user