Revision 355b1943 targphys.h

b/targphys.h
5 5

  
6 6
#ifdef TARGET_PHYS_ADDR_BITS
7 7
/* target_phys_addr_t is the type of a physical address (its size can
8
   be different from 'target_ulong'). We have sizeof(target_phys_addr)
9
   = max(sizeof(unsigned long),
10
   sizeof(size_of_target_physical_address)) because we must pass a
11
   host pointer to memory operations in some cases */
8
   be different from 'target_ulong').  */
12 9

  
13 10
#if TARGET_PHYS_ADDR_BITS == 32
14 11
typedef uint32_t target_phys_addr_t;

Also available in: Unified diff