* unified internal errors

git-svn-id: trunk@26302 -
This commit is contained in:
florian 2013-12-28 20:19:54 +00:00
parent 2081b9cad7
commit 561ec1f782

View File

@ -3777,7 +3777,7 @@ unit cgcpu;
OS_S32: OS_S32:
oppostfix:=PF_None; oppostfix:=PF_None;
else else
InternalError(200308297); InternalError(200308298);
end; end;
if (ref.alignment in [1,2]) and (ref.alignment<tcgsize2size[fromsize]) then if (ref.alignment in [1,2]) and (ref.alignment<tcgsize2size[fromsize]) then
begin begin
@ -4259,7 +4259,7 @@ unit cgcpu;
OS_S32: OS_S32:
oppostfix:=PF_None; oppostfix:=PF_None;
else else
InternalError(200308297); InternalError(200308299);
end; end;
if (ref.alignment in [1,2]) and (ref.alignment<tcgsize2size[fromsize]) then if (ref.alignment in [1,2]) and (ref.alignment<tcgsize2size[fromsize]) then
begin begin