Subversion Repositories Kolibri OS

Rev

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

Rev 1030 Rev 1055
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1030 $
8
$Revision: 1055 $
9
 
9
 
Line 1049... Line 1049...
1049
           mov [esp+36], eax
1049
           mov [esp+36], eax
1050
           ret
1050
           ret
1051
.14:
1051
.14:
1052
           cmp ebx, OS_BASE
1052
           cmp ebx, OS_BASE
1053
           jae .fail
1053
           jae .fail
-
 
1054
           mov edi,ebx
1054
           stdcall get_event_ex, ebx, ecx
1055
           call get_event_ex
1055
           mov [esp+36], eax
1056
           mov [esp+36], eax
1056
           ret
1057
           ret
1057
.15:
1058
.15:
1058
           mov ecx, [current_slot]
1059
           mov ecx, [current_slot]
1059
           mov eax, [ecx+APPDATA.fpu_handler]
1060
           mov eax, [ecx+APPDATA.fpu_handler]