Revision 967032c3 cpu-defs.h

b/cpu-defs.h
76 76
#error TARGET_PHYS_ADDR_BITS undefined
77 77
#endif
78 78

  
79
/* address in the RAM (different from a physical address) */
80
typedef unsigned long ram_addr_t;
81

  
82 79
#define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
83 80

  
84 81
#define EXCP_INTERRUPT 	0x10000 /* async interruption */

Also available in: Unified diff