Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 828 → Rev 829

/programs/system/drivers/ati2d/common.h
110,12 → 110,7
:"a" (mem), "c"(size>>12)
:"edx"
);
asm volatile (
""
:
:
:"eax","ecx"
);
asm volatile ("":::"eax","ecx");
 
}
///////////////////////////////////////////////////////////////////////////////
187,8 → 182,10
"rep stosb \n"
:"=c"(tmp),"=D"(tmp)
:"c"(len),"D"(dst)
:"memory","eax","cc"
:"eax"
);
asm volatile ("":::"ecx","edi");
 
};