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

* fixed previous commit for -gv

git-svn-id: trunk@6267 -
Jonas Maebe преди 18 години
родител
ревизия
cf508ece4f
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      compiler/aasmtai.pas

+ 1 - 2
compiler/aasmtai.pas

@@ -780,8 +780,7 @@ implementation
     constructor tailineinfo.create;
      begin
        inherited create;
-       if not(cs_gdb_valgrind in current_settings.globalswitches) then
-         fileinfo:=current_filepos;
+       fileinfo:=current_filepos;
      end;