fix a comment

svn path=/trunk/; revision=15846
This commit is contained in:
Magnus Olsen 2005-06-09 18:03:05 +00:00
parent a89c7dcf3d
commit e4d12844dc

View file

@ -66,7 +66,7 @@ DIB_16BPP_HLine(SURFOBJ *SurfObj, LONG x1, LONG x2, LONG y, ULONG c)
" jz .L2\n"
" stosw\n"
".L2:\n"
: // no output */
: /* no output */
: "r"(c), "r"(Count), "D"(addr)
: "%eax", "%ecx");
#else /* _M_IX86 */