Revision 9b3c35e0 cpu-all.h

b/cpu-all.h
799 799
/* Return the physical page corresponding to a virtual one. Use it
800 800
   only for debugging because no protection checks are done. Return -1
801 801
   if no page found. */
802
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr);
802
target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr);
803 803

  
804 804
#define CPU_LOG_TB_OUT_ASM (1 << 0) 
805 805
#define CPU_LOG_TB_IN_ASM  (1 << 1)

Also available in: Unified diff