Subversion Repositories Kolibri OS

Rev

Rev 1075 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1075 Rev 1077
Line 129... Line 129...
129
        _endguess                       ; endguess
129
        _endguess                       ; endguess
130
   ; More correctly to rise this mask bit - is on end of __FPE_exception_
130
   ; More correctly to rise this mask bit - is on end of __FPE_exception_
131
   ; but it may not returned at all...
131
   ; but it may not returned at all...
132
        push    ECX
132
        push    ECX
133
        mov     EAX, 68
133
        mov     EAX, 68
134
        mov     EBX, 18                 ;
134
        mov     EBX, 25                 ;
135
        mov     ECX, 16                 ; #MF
135
        mov     ECX, 16                 ; #MF
136
        mov     EDX, 1                  ; rise activity
136
        mov     EDX, 1                  ; rise activity
137
        int     40h                     ; change state of signal activity
137
        int     40h                     ; change state of signal activity
138
        pop     ECX
138
        pop     ECX
139
        _guess                          ; guess exception to be handled
139
        _guess                          ; guess exception to be handled