mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 23:58:33 +02:00
* take care of limited offsets of stf/ldf, resolves issue #23620
git-svn-id: trunk@31572 -
This commit is contained in:
parent
a645de74d7
commit
4d349c9c71
@ -920,7 +920,9 @@ implementation
|
||||
(tai(hp).typ=ait_instruction) and
|
||||
((taicpu(hp).opcode=A_FLDS) or
|
||||
(taicpu(hp).opcode=A_FLDD) or
|
||||
(taicpu(hp).opcode=A_VLDR)) then
|
||||
(taicpu(hp).opcode=A_VLDR) or
|
||||
(taicpu(hp).opcode=A_LDF) or
|
||||
(taicpu(hp).opcode=A_STF)) then
|
||||
limit:=254;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user