2
0
Эх сурвалжийг харах

* guard case statement by internalerror to avoid a warning

git-svn-id: trunk@36716 -
florian 8 жил өмнө
parent
commit
dd3d62425c

+ 2 - 0
compiler/sparcgen/cgsparc.pas

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