Revision 636aa200 hw/ppc4xx_devs.c

b/hw/ppc4xx_devs.c
377 377
    return bcr;
378 378
}
379 379

  
380
static always_inline target_phys_addr_t sdram_base (uint32_t bcr)
380
static inline target_phys_addr_t sdram_base(uint32_t bcr)
381 381
{
382 382
    return bcr & 0xFF800000;
383 383
}

Also available in: Unified diff