mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
fix a comment
svn path=/trunk/; revision=15846
This commit is contained in:
parent
a89c7dcf3d
commit
e4d12844dc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ DIB_16BPP_HLine(SURFOBJ *SurfObj, LONG x1, LONG x2, LONG y, ULONG c)
|
||||||
" jz .L2\n"
|
" jz .L2\n"
|
||||||
" stosw\n"
|
" stosw\n"
|
||||||
".L2:\n"
|
".L2:\n"
|
||||||
: // no output */
|
: /* no output */
|
||||||
: "r"(c), "r"(Count), "D"(addr)
|
: "r"(c), "r"(Count), "D"(addr)
|
||||||
: "%eax", "%ecx");
|
: "%eax", "%ecx");
|
||||||
#else /* _M_IX86 */
|
#else /* _M_IX86 */
|
||||||
|
|
Loading…
Reference in a new issue