Subversion Repositories Kolibri OS

Rev

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

Rev 8675 Rev 8713
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 8675 $
74
$Revision: 8713 $
Line 1407... Line 1407...
1407
        and     [esp+32], dword 0
1407
        and     [esp+32], dword 0
1408
        mov     [esp+20], eax
1408
        mov     [esp+20], eax
1409
        ret
1409
        ret
Line 1410... Line 1410...
1410
 
1410
 
-
 
1411
display_number:
-
 
1412
; add check pointers
-
 
1413
        test    bl, bl
-
 
1414
        jz      @f
-
 
1415
        stdcall is_region_userspace, ecx, 1
-
 
1416
        jnz     @f
-
 
1417
        ret
-
 
1418
@@:
-
 
1419
        test    esi, 0x08000000
-
 
1420
        jz      @f
-
 
1421
        stdcall is_region_userspace, edi, 1
-
 
1422
        jnz     @f
-
 
1423
        ret
1411
display_number:
1424
@@:
1412
;It is not optimization
1425
;It is not optimization
1413
        mov     eax, ebx
1426
        mov     eax, ebx
1414
        mov     ebx, ecx
1427
        mov     ebx, ecx
1415
        mov     ecx, edx
1428
        mov     ecx, edx