소스 검색

* fixed sse detection

git-svn-id: trunk@7554 -
Jonas Maebe 18 년 전
부모
커밋
f32621610f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/linux/i386/sighnd.inc

+ 1 - 0
rtl/linux/i386/sighnd.inc

@@ -69,6 +69,7 @@ begin
         begin
           os_supports_sse:=false;
           res:=0;
+          inc(ucontext^.uc_mcontext.eip,3);
         end
       else
         res:=216;