]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pc_sysfw.c
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / pc_sysfw.c
index b45f0acc7dd44fce10054cf8c9bc63964a973b96..9d7c5f4003025bcf65e2d138849e4024fedd0b23 100644 (file)
@@ -106,7 +106,7 @@ static void pc_system_flash_init(MemoryRegion *rom_memory,
 {
     BlockDriverState *bdrv;
     int64_t size;
-    target_phys_addr_t phys_addr;
+    hwaddr phys_addr;
     int sector_bits, sector_size;
     pflash_t *system_flash;
     MemoryRegion *flash_mem;