Revision b1503cda hw/vmware_vga.c

b/hw/vmware_vga.c
817 817
        s->guest = value;
818 818
#ifdef VERBOSE
819 819
        if (value >= GUEST_OS_BASE && value < GUEST_OS_BASE +
820
                sizeof(vmsvga_guest_id) / sizeof(*vmsvga_guest_id))
820
                ARRAY_SIZE(vmsvga_guest_id))
821 821
            printf("%s: guest runs %s.\n", __FUNCTION__,
822 822
                            vmsvga_guest_id[value - GUEST_OS_BASE]);
823 823
#endif

Also available in: Unified diff