2
0
Эх сурвалжийг харах

* the parameter to flagdependent() is not the ppu for which to flag the
dependent units, but the ppu that caused the current unit to be loaded
-> last comment of r14505 was wrong, and that change has been reverted

git-svn-id: trunk@14506 -

Jonas Maebe 15 жил өмнө
parent
commit
7592388858
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      compiler/fppu.pas

+ 1 - 1
compiler/fppu.pas

@@ -1509,7 +1509,7 @@ var
                      must also be re-resolved, because they will also contain
                      pointers to procdefs in the old trgobj (in case of a
                      recompile, all old defs are freed) }
-                   flagdependent(current_module);
+                   flagdependent(old_current_module);
                    reload_flagged_units;
                  end
                else