mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 09:27:34 +01:00
* ARM assembler reader: don't check for postfixes beyond the length
of the opcode git-svn-id: trunk@29823 -
This commit is contained in:
parent
1dd5f579e6
commit
3fe0bd065e
@ -1220,7 +1220,7 @@ Unit raarmgas;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
maxlen:=max(length(hs),5);
|
||||
maxlen:=min(length(hs),5);
|
||||
actopcode:=A_NONE;
|
||||
for j:=maxlen downto 1 do
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user