Revision b068d6a7 hw/ppc405_uc.c

b/hw/ppc405_uc.c
463 463
    return bcr;
464 464
}
465 465

  
466
static inline target_phys_addr_t sdram_base (uint32_t bcr)
466
static always_inline target_phys_addr_t sdram_base (uint32_t bcr)
467 467
{
468 468
    return bcr & 0xFF800000;
469 469
}

Also available in: Unified diff