/[qemu]/qemu/target-sparc/translate.c
ViewVC logotype

Diff of /qemu/target-sparc/translate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by bellard, Sun Feb 13 20:11:30 2005 UTC revision 1.18 by bellard, Tue Mar 1 22:33:42 2005 UTC
# Line 1690  void cpu_dump_state(CPUState *env, FILE Line 1690  void cpu_dump_state(CPUState *env, FILE
1690  }  }
1691    
1692  #if defined(CONFIG_USER_ONLY)  #if defined(CONFIG_USER_ONLY)
1693  target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)  target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
1694  {  {
1695      return addr;      return addr;
1696  }  }
# Line 1700  extern int get_physical_address (CPUStat Line 1700  extern int get_physical_address (CPUStat
1700                                   int *access_index, target_ulong address, int rw,                                   int *access_index, target_ulong address, int rw,
1701                                   int is_user);                                   int is_user);
1702    
1703  target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)  target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
1704  {  {
1705      target_phys_addr_t phys_addr;      target_phys_addr_t phys_addr;
1706      int prot, access_index;      int prot, access_index;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26