mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 14:29:13 +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_typeconv:
|
||||
begin
|
||||
currdef:=tfieldvarsym(symlist^.sym).vardef;
|
||||
currdef:=symlist^.def;
|
||||
{ ignore, these don't change the address }
|
||||
end;
|
||||
sl_vec:
|
||||
|
Loading…
Reference in New Issue
Block a user