diff --git "a/dll/win32/gdiplus/graphics.c" "b/dll/win32/gdiplus/graphics.c" index 199b20442b2..a95d58bcbde 100644 --- "a/dll/win32/gdiplus/graphics.c" +++ "b/dll/win32/gdiplus/graphics.c" @@ -3301,6 +3301,11 @@ GpStatus WINGDIPAPI GdipDrawImagePointsRect(GpGraphics *graphics, GpImage *image dst_color = (ARGB*)(dst_data + dst_stride * (y - dst_area.top) + sizeof(ARGB) * (x - dst_area.left)); +#ifdef __REACTOS__ +#ifdef __GNUC__ + __asm__ __volatile__ ("nop"); +#endif +#endif if (src_pointf.X >= srcx && src_pointf.X < srcx + srcwidth && src_pointf.Y >= srcy && src_pointf.Y < srcy+srcheight) { if (lockeddata.PixelFormat != PixelFormat32bppPARGB)