mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Remove a comment which i forgot to remove, oops.
svn path=/trunk/; revision=15827
This commit is contained in:
parent
85b03712d5
commit
2b005b9bfa
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ DIB_16BPP_HLine(SURFOBJ *SurfObj, LONG x1, LONG x2, LONG y, ULONG c)
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
DIB_16BPP_VLine(SURFOBJ *SurfObj, LONG x, LONG y1, LONG y2, ULONG c)
|
DIB_16BPP_VLine(SURFOBJ *SurfObj, LONG x, LONG y1, LONG y2, ULONG c)
|
||||||
{ /* 2610-2700 */
|
{
|
||||||
#ifdef _M_IX86
|
#ifdef _M_IX86
|
||||||
asm volatile(
|
asm volatile(
|
||||||
" testl %2, %2" "\n\t"
|
" testl %2, %2" "\n\t"
|
||||||
|
|
Loading…
Reference in a new issue