Browse Source

fix win95: win32 sse support check, patch by florian

git-svn-id: trunk@5935 -
micha 18 years ago
parent
commit
19cb1b6e34
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/win32/system.pp

+ 1 - 0
rtl/win32/system.pp

@@ -797,6 +797,7 @@ function syswin32_i386_exception_handler(excep : PExceptionPointers) : Longint;s
             begin
               os_supports_sse:=false;
               { if yes, then retry }
+              inc(excep^.ContextRecord^.Eip,4);
               excep^.ExceptionRecord^.ExceptionCode := 0;
               res:=EXCEPTION_CONTINUE_EXECUTION;
             end