|
@@ -33,15 +33,10 @@
|
|
#define EXCP_YIELD 0x10004 /* cpu wants to yield timeslice to another */
|
|
#define EXCP_YIELD 0x10004 /* cpu wants to yield timeslice to another */
|
|
|
|
|
|
/* some important defines:
|
|
/* some important defines:
|
|
- *
|
|
|
|
- * WORDS_ALIGNED : if defined, the host cpu can only make word aligned
|
|
|
|
- * memory accesses.
|
|
|
|
*
|
|
*
|
|
* HOST_WORDS_BIGENDIAN : if defined, the host cpu is big endian and
|
|
* HOST_WORDS_BIGENDIAN : if defined, the host cpu is big endian and
|
|
* otherwise little endian.
|
|
* otherwise little endian.
|
|
*
|
|
*
|
|
- * (TARGET_WORDS_ALIGNED : same for target cpu (not supported yet))
|
|
|
|
- *
|
|
|
|
* TARGET_WORDS_BIGENDIAN : same for target cpu
|
|
* TARGET_WORDS_BIGENDIAN : same for target cpu
|
|
*/
|
|
*/
|
|
|
|
|