Revision e9ebead2

b/hw/pc.c
870 870
            fprintf(stderr, "qemu: could not load VGA BIOS '%s'\n", buf);
871 871
            exit(1);
872 872
        }
873
    }
874 873

  
875
    /* setup basic memory access */
876
    cpu_register_physical_memory(0xc0000, 0x10000,
877
                                 vga_bios_offset | IO_MEM_ROM);
874
        /* setup basic memory access */
875
        cpu_register_physical_memory(0xc0000, 0x10000,
876
                                     vga_bios_offset | IO_MEM_ROM);
877
    }
878 878

  
879 879
    /* map the last 128KB of the BIOS in ISA space */
880 880
    isa_bios_size = bios_size;

Also available in: Unified diff