* take care of limited offsets of stf/ldf, resolves issue #23620

git-svn-id: trunk@31572 -
This commit is contained in:
florian 2015-09-07 20:14:27 +00:00
parent a645de74d7
commit 4d349c9c71

View File

@ -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;