Revision a8170e5e hw/lm32_hwsetup.h

b/hw/lm32_hwsetup.h
71 71
}
72 72

  
73 73
static inline void hwsetup_create_rom(HWSetup *hw,
74
        target_phys_addr_t base)
74
        hwaddr base)
75 75
{
76 76
    rom_add_blob("hwsetup", hw->data, TARGET_PAGE_SIZE, base);
77 77
}

Also available in: Unified diff