mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:49:27 +02:00
* ARM: (V)LDM do not load from the registers in the reg. set
git-svn-id: trunk@45525 -
This commit is contained in:
parent
3f95fa50ef
commit
651f5cb8a1
@ -191,7 +191,11 @@ Implementation
|
||||
else
|
||||
;
|
||||
end;
|
||||
if instructionLoadsFromReg then exit; {Bailout if we found something}
|
||||
if (i=0) and (p.opcode in [A_LDM,A_VLDM]) then
|
||||
exit;
|
||||
|
||||
if instructionLoadsFromReg then
|
||||
exit; {Bailout if we found something}
|
||||
Inc(I);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user