Browse Source

* fixed module index updating, resolves #7883

git-svn-id: trunk@6623 -
florian 18 năm trước cách đây
mục cha
commit
199ab92eb8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/verbose.pas

+ 1 - 1
compiler/verbose.pas

@@ -401,7 +401,7 @@ var
              lastfileidx:=current_filepos.fileindex
            else
              lastfileidx:=0;
-           lastmoduleidx:=compiling_module.unit_index;
+           lastmoduleidx:=module.unit_index;
          end;
         if assigned(module) then
           status.compiling_current:=(compiling_module.state in [ms_compile,ms_second_compile]);