mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:49:31 +02:00
fixed spilling operation type for A_LEA, fixes test tb0112 to compile, but still fails to run
git-svn-id: trunk@25745 -
This commit is contained in:
parent
275031a0dd
commit
aedf2dc20d
@ -464,7 +464,7 @@ type
|
||||
result:=operand_read;
|
||||
|
||||
case opcode of
|
||||
A_MOVE, A_MOVEQ, A_MOVEA:
|
||||
A_MOVE, A_MOVEQ, A_MOVEA, A_LEA:
|
||||
if opnr=1 then
|
||||
result:=operand_write;
|
||||
A_ADD, A_ADDQ, A_ADDX, A_SUB, A_SUBQ, A_SUBX,
|
||||
|
Loading…
Reference in New Issue
Block a user