]> Git Repo - qemu.git/blobdiff - hw/macio.c
x86: remove dead assignments, spotted by clang analyzer
[qemu.git] / hw / macio.c
index 0703abc7f9f1299fb0a3a32c569448fc451a84c0..e92e82a7315bb4dcacd25c83be795843f09ee14c 100644 (file)
@@ -40,7 +40,7 @@ struct macio_state_t {
 };
 
 static void macio_map (PCIDevice *pci_dev, int region_num,
-                       uint32_t addr, uint32_t size, int type)
+                       pcibus_t addr, pcibus_t size, int type)
 {
     macio_state_t *macio_state;
     int i;
This page took 0.024728 seconds and 4 git commands to generate.