Explorar el Código

+ more runerrors 214

git-svn-id: trunk@1264 -
florian hace 20 años
padre
commit
c15e0911e5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      rtl/linux/i386/sighnd.inc

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

@@ -62,8 +62,9 @@ begin
             end;
             sysResetFPU;
         end;
+    SIGBUS:
+        res:=214;
     SIGILL,
-    SIGBUS,
     SIGSEGV :
         res:=216;
   end;