Revision 5627148a

b/hw/vga_template.h
493 493
static void glue(vga_draw_line32_, PIXEL_NAME)(VGAState *s1, uint8_t *d, 
494 494
                                          const uint8_t *s, int width)
495 495
{
496
#if DEPTH == 32 && defined(WORDS_BIGENDIAN) == defined(TARGET_WORDS_BIGENDIAN)
496
#if DEPTH == 32 && defined(WORDS_BIGENDIAN) == defined(TARGET_WORDS_BIGENDIAN) && !defined(BGR_FORMAT)
497 497
    memcpy(d, s, width * 4);
498 498
#else
499 499
    int w;

Also available in: Unified diff