Subversion Repositories Kolibri OS

Rev

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

Rev 8043 Rev 8044
Line 92... Line 92...
92
{
92
{
93
	$mov eax,11
93
	$mov eax,11
94
	$int 0x40
94
	$int 0x40
95
}
95
}
Line 96... Line 96...
96
 
96
 
97
inline dword WaitEventTimeout(dword time)
97
inline dword WaitEventTimeout(EBX)
98
{
98
{
99
	EAX = 23;
-
 
100
	EBX = time;
99
	EAX = 23;
101
	$int 0x40
100
	$int 0x40
Line 102... Line 101...
102
} 
101
} 
103
 
102