Revision 301592ea

b/targphys.h
3 3
#ifndef TARGPHYS_H
4 4
#define TARGPHYS_H
5 5

  
6
#ifndef CONFIG_USER_ONLY
7

  
6 8
#define TARGET_PHYS_ADDR_BITS 64
7 9
/* target_phys_addr_t is the type of a physical address (its size can
8 10
   be different from 'target_ulong').  */
......
18 20
#define TARGET_PRIXPHYS PRIX64
19 21

  
20 22
#endif
23

  
24
#endif

Also available in: Unified diff