Subversion Repositories Kolibri OS

Rev

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

Rev 188 Rev 198
Line 970... Line 970...
970
           mov eax, [ecx+PROC_BASE+APPDATA.sse_handler]
970
           mov eax, [ecx+PROC_BASE+APPDATA.sse_handler]
971
           mov [ecx+PROC_BASE+APPDATA.sse_handler], ebx
971
           mov [ecx+PROC_BASE+APPDATA.sse_handler], ebx
972
           mov [esp+36], eax
972
           mov [esp+36], eax
973
           ret
973
           ret
974
 
974
@@:
975
@@:
975
           cmp eax, 19
-
 
976
           ja @f
-
 
977
           add ebx, new_app_base
-
 
978
           cmp ebx, new_app_base
-
 
979
           jb .fail
-
 
980
           stdcall load_library, ebx
-
 
981
           mov [esp+36], eax
-
 
982
           ret
-
 
983
@@:
976
.fail:
984
.fail:
977
           xor eax, eax
985
           xor eax, eax
978
           mov [esp+36], eax
986
           mov [esp+36], eax
979
           ret
987
           ret
980
 
988
 
Line 981... Line -...
981
 
-
 
982
align 4
989
align 4
983
proc strncmp stdcall, str1:dword, str2:dword, count:dword
990
proc strncmp stdcall, str1:dword, str2:dword, count:dword
Line 984... Line 991...
984
 
991
 
985
          mov ecx,[count]
992
          mov ecx,[count]