Explorar o código

* fixed module index updating, resolves #7883

git-svn-id: trunk@6623 -
florian %!s(int64=18) %!d(string=hai) anos
pai
achega
199ab92eb8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]);