소스 검색

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