mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:06:23 +02:00
* unified internal errors
git-svn-id: trunk@26302 -
This commit is contained in:
parent
2081b9cad7
commit
561ec1f782
@ -3777,7 +3777,7 @@ unit cgcpu;
|
||||
OS_S32:
|
||||
oppostfix:=PF_None;
|
||||
else
|
||||
InternalError(200308297);
|
||||
InternalError(200308298);
|
||||
end;
|
||||
if (ref.alignment in [1,2]) and (ref.alignment<tcgsize2size[fromsize]) then
|
||||
begin
|
||||
@ -4259,7 +4259,7 @@ unit cgcpu;
|
||||
OS_S32:
|
||||
oppostfix:=PF_None;
|
||||
else
|
||||
InternalError(200308297);
|
||||
InternalError(200308299);
|
||||
end;
|
||||
if (ref.alignment in [1,2]) and (ref.alignment<tcgsize2size[fromsize]) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user