Revision ff7b8f5b

b/cpu-defs.h
66 66
#error TARGET_PHYS_ADDR_BITS undefined
67 67
#endif
68 68

  
69
/* address in the RAM (different from a physical address) */
70
typedef unsigned long ram_addr_t;
71

  
69 72
#define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
70 73

  
71 74
#define EXCP_INTERRUPT 	0x10000 /* async interruption */

Also available in: Unified diff