Subversion Repositories Kolibri OS

Rev

Rev 7647 | Rev 7750 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7647 Rev 7661
Line 87... Line 87...
87
{
87
{
88
	$mov eax,11
88
	$mov eax,11
89
	$int 0x40
89
	$int 0x40
90
}
90
}
Line 91... Line 91...
91
 
91
 
92
:dword WaitEventTimeout(dword time)
92
inline fastcall dword WaitEventTimeout(EBX)
93
{
93
{
94
	EAX = 23;
-
 
95
	EBX = time;
94
	EAX = 23;
96
	$int 0x40
95
	$int 0x40
Line 97... Line 96...
97
} 
96
} 
98
 
97