* avoid internal error in case of an illegal assembler operand

git-svn-id: trunk@12612 -
This commit is contained in:
florian 2009-01-26 14:26:26 +00:00
parent edc58d78d5
commit 35aed58faa

View File

@ -1058,6 +1058,9 @@ end;
OPR_SHIFTEROP:
ai.loadshifterop(i-1,shifterop);
{$endif ARM}
{ ignore wrong operand }
OPR_NONE:
;
else
internalerror(200501051);
end;