mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +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"
|
||||
" stosw\n"
|
||||
".L2:\n"
|
||||
: // no output */
|
||||
: /* no output */
|
||||
: "r"(c), "r"(Count), "D"(addr)
|
||||
: "%eax", "%ecx");
|
||||
#else /* _M_IX86 */
|
||||
|
|
Loading…
Reference in a new issue