Subversion Repositories Kolibri OS

Rev

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

Rev 7136 Rev 7165
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: 7136 $
74
$Revision: 7165 $
Line 1114... Line 1114...
1114
        mov     dword [edx+APPDATA.saved_esp0], edi
1114
        mov     dword [edx+APPDATA.saved_esp0], edi
1115
        mov     dword [edx+APPDATA.saved_esp], edi
1115
        mov     dword [edx+APPDATA.saved_esp], edi
1116
        mov     dword [edx+APPDATA.terminate_protection], 1 ; make unkillable
1116
        mov     dword [edx+APPDATA.terminate_protection], 1 ; make unkillable
Line 1117... Line 1117...
1117
 
1117
 
-
 
1118
        mov     esi, fpu_data
1118
        mov     esi, fpu_data
1119
        mov     ecx, [xsave_area_size]
1119
        mov     ecx, 512/4
1120
        add     ecx, 3
1120
        cld
1121
        shr     ecx, 2
Line 1121... Line 1122...
1121
        rep movsd
1122
        rep movsd
1122
 
1123
 
1123
        lea     eax, [edx+APP_OBJ_OFFSET]
1124
        lea     eax, [edx+APP_OBJ_OFFSET]