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

* use a unique internal error

git-svn-id: trunk@39024 -
svenbarth 7 лет назад
Родитель
Сommit
2eac60cd87
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compiler/aasmcnst.pas

+ 1 - 1
compiler/aasmcnst.pas

@@ -2047,7 +2047,7 @@ implementation
    procedure tlowleveltypedconstplaceholder.replace(ai: tai; d: tdef);
      begin
        if d<>def then
-         internalerror(2015091001);
+         internalerror(2015091007);
        list.insertafter(ai,insertpos);
        list.remove(insertpos);
        insertpos.free;