Explorar o código

* fixed previous commit for -gv

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