Revision edfcbd99 target-sparc/translate.c

b/target-sparc/translate.c
841 841
	    GET_FLAG(PSR_NEG, 'N'), GET_FLAG(PSR_CARRY, 'C'),
842 842
            env->wim);
843 843
}
844

  
845
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
846
{
847
    return addr;
848
}

Also available in: Unified diff