git-svn-id: trunk@17970 -
@@ -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 }
@@ -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);