瀏覽代碼

* 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;