From 8f7707d4749086ae5e0c48ba507372ef405d2126 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 31 Oct 2018 14:43:18 +0000 Subject: [PATCH] Use correct field for sl_absolutetype or sl_typeconv ppropaccesslistitem type (revealed by compilation with -CriotR) git-svn-id: trunk@40109 - --- compiler/dbgdwarf.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/dbgdwarf.pas b/compiler/dbgdwarf.pas index 869dc5fcad..fd539744c9 100644 --- a/compiler/dbgdwarf.pas +++ b/compiler/dbgdwarf.pas @@ -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: