Browse Source

* fixed previous commit for -gv

git-svn-id: trunk@6267 -
Jonas Maebe 18 năm trước cách đây
mục cha
commit
cf508ece4f
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      compiler/aasmtai.pas

+ 1 - 2
compiler/aasmtai.pas

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