Ver código fonte

+ more runerrors 214

git-svn-id: trunk@1264 -
florian 20 anos atrás
pai
commit
c15e0911e5
1 arquivos alterados com 2 adições e 1 exclusões
  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;