瀏覽代碼

* guard case statement by internalerror to avoid a warning

git-svn-id: trunk@36716 -
florian 8 年之前
父節點
當前提交
dd3d62425c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/sparcgen/cgsparc.pas

+ 2 - 0
compiler/sparcgen/cgsparc.pas

@@ -892,6 +892,8 @@ implementation
             ai:=Taicpu.op_sym(A_FBxx,l);
             ai:=Taicpu.op_sym(A_FBxx,l);
           NR_FCC1,NR_FCC2,NR_FCC3:
           NR_FCC1,NR_FCC2,NR_FCC3:
             ai:=Taicpu.op_reg_sym(A_FBxx,f.FlagReg,l);
             ai:=Taicpu.op_reg_sym(A_FBxx,f.FlagReg,l);
+          else
+            Internalerror(2017070901);
         end;
         end;
         ai.SetCondition(flags_to_cond(f));
         ai.SetCondition(flags_to_cond(f));
         list.Concat(ai);
         list.Concat(ai);