mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 03:50:35 +02:00
* unique internal errors
git-svn-id: trunk@17970 -
This commit is contained in:
parent
595eadccb6
commit
4f08d148ea
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user