Browse Source

+ more runerrors 214

git-svn-id: trunk@1264 -
florian 20 years ago
parent
commit
c15e0911e5
1 changed files with 2 additions and 1 deletions
  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;