Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3127 → Rev 3128

/programs/cmm/lib/kolibri.h
325,6 → 325,7
 
inline fastcall void debug( EDX)
{
$push eax
$push ebx
$push ecx
$mov eax, 63
343,13 → 344,18
$int 0x40
$pop ecx
$pop ebx
$pop eax
}
 
inline fastcall void debugch( ECX)
{
$push eax
$push ebx
$mov eax,63
$mov ebx,1
$int 0x40
$pop ebx
$pop eax
}
//------------------------------------------------------------------------------