mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 18:49:21 +02:00
Use correct field for sl_absolutetype or sl_typeconv ppropaccesslistitem type (revealed by compilation with -CriotR)
git-svn-id: trunk@40109 -
This commit is contained in:
parent
0e012e657f
commit
8f7707d474
@ -2496,7 +2496,7 @@ implementation
|
|||||||
sl_absolutetype,
|
sl_absolutetype,
|
||||||
sl_typeconv:
|
sl_typeconv:
|
||||||
begin
|
begin
|
||||||
currdef:=tfieldvarsym(symlist^.sym).vardef;
|
currdef:=symlist^.def;
|
||||||
{ ignore, these don't change the address }
|
{ ignore, these don't change the address }
|
||||||
end;
|
end;
|
||||||
sl_vec:
|
sl_vec:
|
||||||
|
Loading…
Reference in New Issue
Block a user