mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:51:10 +02:00
* synchronized with trunk
git-svn-id: branches/z80@44723 -
This commit is contained in:
commit
fa32887942
@ -689,8 +689,8 @@ implementation
|
|||||||
begin
|
begin
|
||||||
href:=ref;
|
href:=ref;
|
||||||
inc(href.offset,tcgsize2size[size]-1);
|
inc(href.offset,tcgsize2size[size]-1);
|
||||||
if (tcgsize2size[size]>1) and (ref.alignment=1) and (simple_ref_type(A_STP,OS_8,PF_None,ref)=sr_simple) and
|
if (tcgsize2size[size]>1) and (ref.alignment=1) and (simple_ref_type(A_STUR,OS_8,PF_None,ref)=sr_simple) and
|
||||||
(simple_ref_type(A_STP,OS_8,PF_None,href)=sr_simple) then
|
(simple_ref_type(A_STUR,OS_8,PF_None,href)=sr_simple) then
|
||||||
begin
|
begin
|
||||||
href:=ref;
|
href:=ref;
|
||||||
for i:=0 to tcgsize2size[size]-1 do
|
for i:=0 to tcgsize2size[size]-1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user