* unique internal errors

git-svn-id: trunk@17970 -
This commit is contained in:
florian 2011-07-10 20:54:48 +00:00
parent 595eadccb6
commit 4f08d148ea
2 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ const
{ TODO: optimize/take into consideration fromsize/tosize. Will }
{ probably only matter for OS_S8 loads though }
if not(fromsize in [OS_8,OS_S8,OS_16,OS_S16,OS_32,OS_S32]) then
internalerror(2002090902);
internalerror(2002090903);
ref2 := ref;
fixref(list,ref2);
{ the caller is expected to have adjusted the reference already }

View File

@ -440,7 +440,7 @@ unit cgppc;
op: TAsmOp;
begin
if not (fromsize in [OS_8..OS_INT,OS_S8..OS_SINT]) then
internalerror(2002090903);
internalerror(2002090904);
if not (tosize in [OS_8..OS_INT,OS_S8..OS_SINT]) then
internalerror(2002090905);