Subversion Repositories Kolibri OS

Rev

Rev 1565 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1565 Rev 1699
Line 281... Line 281...
281
 
281
 
282
;include 'config.inc'
282
;include 'config.inc'
283
;__CPU_type     equ     p5
283
;__CPU_type     equ     p5
Line 284... Line 284...
284
SYSENTER_VAR	equ	0
284
SYSENTER_VAR	equ	0
285
 
285
 
286
macro mcall a,b,c,d,e,f {   ; mike.dld, updated by Ghost for Fast System Calls
286
macro mcall a,b,c,d,e,f {   
287
 __mov eax,a
287
 __mov eax,a
288
 __mov ebx,b
288
 __mov ebx,b
289
 __mov ecx,c
289
 __mov ecx,c