Explorar el Código

haiku: i386 build fix

git-svn-id: trunk@40830 -
Károly Balogh hace 6 años
padre
commit
fa624e1ba5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/haiku/i386/sighnd.inc

+ 1 - 1
rtl/haiku/i386/sighnd.inc

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