Revision 4fcc562b target-arm/helper.c

b/target-arm/helper.c
483 483
    return 1;
484 484
}
485 485

  
486
target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
487
{
488
    return addr;
489
}
490

  
491 486
/* These should probably raise undefined insn exceptions.  */
492 487
void HELPER(set_cp)(CPUState *env, uint32_t insn, uint32_t val)
493 488
{

Also available in: Unified diff