Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 419
Line 191... Line 191...
191
 
191
 
Line 192... Line 192...
192
           mov ecx, [reg_eip]
192
           mov ecx, [reg_eip]
193
           mov edx, [reg_esp]
193
           mov edx, [reg_esp]
194
           sub edx, 4
194
           sub edx, 4
195
           mov [ss:edx+new_app_base], ecx
195
           mov [ss:edx], ecx
196
           mov [reg_esp], edx
196
           mov [reg_esp], edx
197
           mov dword [reg_eip], eax
197
           mov dword [reg_eip], eax
Line 198... Line 198...
198
 
198
 
199
           pop edx
199
           pop edx
Line 235... Line 235...
235
 
235
 
Line 236... Line 236...
236
           mov ecx, [reg_eip]
236
           mov ecx, [reg_eip]
237
           mov edx, [reg_esp]
237
           mov edx, [reg_esp]
238
           sub edx, 4
238
           sub edx, 4
239
           mov [ss:edx+new_app_base], ecx
239
           mov [ss:edx], ecx
240
           mov [reg_esp], edx
240
           mov [reg_esp], edx
241
           mov dword [reg_eip], eax
241
           mov dword [reg_eip], eax
Line 242... Line 242...
242
 
242
 
243
           pop edx
243
           pop edx