Subversion Repositories Kolibri OS

Rev

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

Rev 7134 Rev 7672
Line 290... Line 290...
290
 
290
 
291
include 'config.inc'
291
include 'config.inc'
292
;__CPU_type equ p5
292
;__CPU_type equ p5
Line 293... Line 293...
293
SYSENTER_VAR    equ 0
293
SYSENTER_VAR    equ 0
294
 
294
 
295
macro mcall a,b,c,d,e,f {   ; mike.dld, updated by Ghost for Fast System Calls
295
macro mcall a,b,c,d,e,f,g {   ; mike.dld, updated by Ghost for Fast System Calls
296
 local  ..ret_point
296
 local  ..ret_point
297
 __mov eax,a
297
 __mov eax,a
298
 __mov ebx,b
298
 __mov ebx,b
299
 __mov ecx,c
299
 __mov ecx,c
300
 __mov edx,d
300
 __mov edx,d
-
 
301
 __mov esi,e
Line 301... Line 302...
301
 __mov esi,e
302
 __mov edi,f
302
 __mov edi,f
303
 __mov ebp,g
303
 
304
 
304
 if __CPU_type eq p5
305
 if __CPU_type eq p5