Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8469 → Rev 8470

/programs/develop/backy/gcc_version/console_obj.h
93,7 → 93,7
unsigned int i = 0;
while(*(s + i))
{
asm volatile ("int $0x40"::"a"(63), "b"(1), "c"(*(s + i)));
__asm__ __volatile__ ("int $0x40"::"a"(63), "b"(1), "c"(*(s + i)));
i++;
}
}