Updated Bochs and OVP config header (new type timer_t).
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1243 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -17,6 +17,7 @@ typedef Bit8u* host_address_t; //!< the host memory address type
|
|||||||
#else
|
#else
|
||||||
typedef Bit32u register_data_t; //!< register data type (32 bit)
|
typedef Bit32u register_data_t; //!< register data type (32 bit)
|
||||||
#endif
|
#endif
|
||||||
|
typedef int timer_t; //!< type of timer IDs
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
#ifndef __OVP_CONFIG_HPP__
|
#ifndef __OVP_CONFIG_HPP__
|
||||||
#define __OVP_CONFIG_HPP__
|
#define __OVP_CONFIG_HPP__
|
||||||
|
|
||||||
|
|
||||||
// Type definitions and configuration settings for
|
// Type definitions and configuration settings for
|
||||||
// the OVP simulator.
|
// the OVP simulator.
|
||||||
|
|
||||||
@ -11,6 +10,7 @@ namespace sal
|
|||||||
typedef uint32_t guest_address_t; //!< the guest memory address type
|
typedef uint32_t guest_address_t; //!< the guest memory address type
|
||||||
typedef uint8_t* host_address_t; //!< the host memory address type
|
typedef uint8_t* host_address_t; //!< the host memory address type
|
||||||
typedef uint32_t register_data_t; //!< register data type (32 bit)
|
typedef uint32_t register_data_t; //!< register data type (32 bit)
|
||||||
|
typedef int timer_t; //!< type of timer IDs
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user