Просмотр исходного кода

* missing part of r32617: also load the def for constnil symbols

git-svn-id: trunk@32632 -
Jonas Maebe 9 лет назад
Родитель
Сommit
a1db947e9e
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      compiler/symsym.pas

+ 2 - 1
compiler/symsym.pas

@@ -2412,7 +2412,8 @@ implementation
                new(pguid(value.valueptr));
                ppufile.getdata(value.valueptr^,sizeof(tguid));
              end;
-           constnil : ;
+           constnil :
+             ppufile.getderef(constdefderef);
            else
              Message1(unit_f_ppu_invalid_entry,tostr(ord(consttyp)));
          end;