mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 03:29:34 +01:00
* avoid internal error in case of an illegal assembler operand
git-svn-id: trunk@12612 -
This commit is contained in:
parent
edc58d78d5
commit
35aed58faa
@ -1058,6 +1058,9 @@ end;
|
||||
OPR_SHIFTEROP:
|
||||
ai.loadshifterop(i-1,shifterop);
|
||||
{$endif ARM}
|
||||
{ ignore wrong operand }
|
||||
OPR_NONE:
|
||||
;
|
||||
else
|
||||
internalerror(200501051);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user