mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 05:59:30 +02:00
* check for stup instead of stp
git-svn-id: trunk@44722 -
This commit is contained in:
parent
2276caae24
commit
c4b66c89f7
@ -689,8 +689,8 @@ implementation
|
||||
begin
|
||||
href:=ref;
|
||||
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
|
||||
(simple_ref_type(A_STP,OS_8,PF_None,href)=sr_simple) then
|
||||
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_STUR,OS_8,PF_None,href)=sr_simple) then
|
||||
begin
|
||||
href:=ref;
|
||||
for i:=0 to tcgsize2size[size]-1 do
|
||||
|
Loading…
Reference in New Issue
Block a user