diff --git a/compiler/aasmtai.pas b/compiler/aasmtai.pas index 5ced74eb1c..af2da363f9 100644 --- a/compiler/aasmtai.pas +++ b/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;