Subversion Repositories Kolibri OS

Rev

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

Rev 8086 Rev 8087
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: 8086 $
74
$Revision: 8087 $
Line 1128... Line 1128...
1128
        mov     ecx, [xsave_area_size]
1128
        mov     ecx, [xsave_area_size]
1129
        add     ecx, 3
1129
        add     ecx, 3
1130
        shr     ecx, 2
1130
        shr     ecx, 2
1131
        rep movsd
1131
        rep movsd
Line -... Line 1132...
-
 
1132
 
-
 
1133
        lea     eax, [edx+APP_EV_OFFSET]
-
 
1134
        mov     dword [edx+APPDATA.fd_ev], eax
-
 
1135
        mov     dword [edx+APPDATA.bk_ev], eax
1132
 
1136
 
1133
        lea     eax, [edx+APP_OBJ_OFFSET]
1137
        lea     eax, [edx+APP_OBJ_OFFSET]
1134
        mov     dword [edx+APPDATA.fd_obj], eax
1138
        mov     dword [edx+APPDATA.fd_obj], eax
Line 1135... Line 1139...
1135
        mov     dword [edx+APPDATA.bk_obj], eax
1139
        mov     dword [edx+APPDATA.bk_obj], eax