forked from KolibriOS/kolibrios
changing by forum post 23500:
1) f68:15,18 moved to f68:24,25 2) f68:15,18 set to obsolete git-svn-id: svn://kolibrios.org@1077 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -60,7 +60,7 @@ defp __Init_FPE_handler
|
||||
push EDX ; ...
|
||||
|
||||
mov EAX, 68
|
||||
mov EBX, 15
|
||||
mov EBX, 24
|
||||
mov EDX, 10000h ; 1 shl 16 - #MF
|
||||
lea ECX, __FPE2Handler_
|
||||
int 40h ; set new exception handler
|
||||
@@ -94,7 +94,7 @@ defp __Fini_FPE_handler
|
||||
add ESP,4 ; remove temporary
|
||||
|
||||
mov EAX, 68
|
||||
mov EBX, 15
|
||||
mov EBX, 24
|
||||
mov ECX, dword ptr Save87 ; restore handler
|
||||
mov EDX, dword ptr OldMask ; restore mask
|
||||
int 40h ; set new ecxeption handler
|
||||
|
Reference in New Issue
Block a user