mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* patch by Nico Erfurth: Remove STRH and STRB from instructionLoadsFromReg
STRH and STRB are not handled as sperate instructions by the code generator. git-svn-id: trunk@21570 -
This commit is contained in:
parent
7599de416d
commit
03a30ff036
@ -170,8 +170,8 @@ Implementation
|
||||
|
||||
i:=1;
|
||||
{For these instructions we have to start on oper[0]}
|
||||
if (p.opcode in [A_STR, A_STRB, A_STRH, A_CMP, A_CMN, A_TST, A_TEQ,
|
||||
A_B, A_BL, A_BX, A_BLX,
|
||||
if (p.opcode in [A_STR, A_CMP, A_CMN, A_TST, A_TEQ,
|
||||
A_B, A_BL, A_BX, A_BLX, A_LDM,
|
||||
A_SMLAL, A_UMLAL]) then i:=0;
|
||||
|
||||
while(i<p.ops) do
|
||||
|
Loading…
Reference in New Issue
Block a user