diff --git a/compiler/i386/csopt386.pas b/compiler/i386/csopt386.pas index bd6aa72862..2b36e10659 100644 --- a/compiler/i386/csopt386.pas +++ b/compiler/i386/csopt386.pas @@ -41,7 +41,7 @@ implementation uses {$ifdef replaceregdebug}cutils,{$endif} - globtype, verbose, cgbase, procinfo, globals, daopt386, rgobj, rropt386; + globtype, verbose, procinfo, globals, daopt386, rgobj, rropt386; { function TaiInSequence(P: tai; Const Seq: TContent): Boolean; @@ -2095,7 +2095,10 @@ end. { $Log$ - Revision 1.50 2003-11-22 00:40:19 jonas + Revision 1.51 2003-11-22 13:10:32 jonas + * fixed double unit usage + + Revision 1.50 2003/11/22 00:40:19 jonas * fixed optimiser so it compiles again * fixed several bugs which were in there already for a long time, but which only popped up now :) -O2/-O3 will now optimise less than in diff --git a/compiler/i386/daopt386.pas b/compiler/i386/daopt386.pas index afc6b617b7..064686e45d 100644 --- a/compiler/i386/daopt386.pas +++ b/compiler/i386/daopt386.pas @@ -247,7 +247,7 @@ var Implementation Uses - globals, systems, verbose, cgbase, symconst, symsym, cgobj, + globals, systems, verbose, symconst, symsym, cgobj, rgobj, procinfo; Type @@ -2705,7 +2705,10 @@ end. { $Log$ - Revision 1.54 2003-11-22 00:40:19 jonas + Revision 1.55 2003-11-22 13:10:32 jonas + * fixed double unit usage + + Revision 1.54 2003/11/22 00:40:19 jonas * fixed optimiser so it compiles again * fixed several bugs which were in there already for a long time, but which only popped up now :) -O2/-O3 will now optimise less than in