Revision c5d29d2f

b/hw/msi.c
249 249
                   "notify vector 0x%x"
250 250
                   " address: 0x%"PRIx64" data: 0x%"PRIx32"\n",
251 251
                   vector, address, data);
252
    stl_phys(address, data);
252
    stl_le_phys(address, data);
253 253
}
254 254

  
255 255
/* call this function after updating configs by pci_default_write_config(). */

Also available in: Unified diff