Преглед на файлове

* set starttime earlier so time stamps don't get messed up

git-svn-id: trunk@6228 -
florian преди 18 години
родител
ревизия
7b39b54951
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      compiler/compiler.pas

+ 3 - 2
compiler/compiler.pas

@@ -223,6 +223,9 @@ begin
        ExceptionMask:=GetExceptionMask;
        SetExceptionMask([exInvalidOp, exDenormalized, exZeroDivide,
                          exOverflow, exUnderflow, exPrecision]);
+
+       starttime:=getrealtime;
+
        { Initialize the compiler }
        InitCompiler(cmd);
 
@@ -236,8 +239,6 @@ begin
        WritePathList(general_t_librarypath,librarysearchpath);
        WritePathList(general_t_objectpath,objectsearchpath);
 
-       starttime:=getrealtime;
-
        { Compile the program }
   {$ifdef PREPROCWRITE}
        if parapreprocess then