瀏覽代碼

+ in_edsp_test is only available if FPC_SYSTEM_FPC_MOVE is defined

git-svn-id: trunk@23985 -
florian 12 年之前
父節點
當前提交
9dc03c809e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/linux/arm/sighnd.inc

+ 2 - 0
rtl/linux/arm/sighnd.inc

@@ -29,6 +29,7 @@ begin
           res := 207;
         end;
     SIGILL:
+{$ifdef FPC_SYSTEM_FPC_MOVE}
         if in_edsp_test then
           begin
             res:=0;
@@ -36,6 +37,7 @@ begin
             inc(uContext^.uc_mcontext.arm_pc,4);
           end
         else
+{$endif FPC_SYSTEM_FPC_MOVE}
           res:=216;
     SIGSEGV :
         res:=216;