mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 15:50:26 +02:00
* guard case statement by internalerror to avoid a warning
git-svn-id: trunk@36716 -
This commit is contained in:
parent
19b60c0cf3
commit
dd3d62425c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user