Revision 386bbf45 hw/pci.c

b/hw/pci.c
1875 1875
    if (size < 0) {
1876 1876
        error_report("%s: failed to find romfile \"%s\"",
1877 1877
                     __FUNCTION__, pdev->romfile);
1878
        qemu_free(path);
1878 1879
        return -1;
1879 1880
    }
1880 1881
    if (size & (size - 1)) {

Also available in: Unified diff