Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5547 → Rev 5548

/programs/cmm/lib/kolibri.h
588,4 → 588,11
EAX = 8;
EDX += BT_DEL;
$int 0x40;
}
 
inline fastcall dword GetStartTime()
{
$mov eax,26
$mov ebx,9
$int 0x40
}