Browse Source

------------------------------------------------------------------------
r42206 | pierre | 2019-06-10 13:55:59 +0000 (Mon, 10 Jun 2019) | 1 line

Fix error in commit #42199
------------------------------------------------------------------------
--- Merging r42206 into '.':
U compiler/dbgstabx.pas
--- Recording mergeinfo for merge of r42206 into '.':
U .

git-svn-id: branches/fixes_3_2@49423 -

pierre 4 năm trước cách đây
mục cha
commit
2930a975fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/dbgstabx.pas

+ 1 - 1
compiler/dbgstabx.pas

@@ -158,7 +158,7 @@ implementation
           declstabnr:=def_stab_number(def)
         end;
       if (symname='') or
-         not(use_tag_types(def)) then
+         not(use_tag_prefix(def)) then
         begin
           st:=def_stabstr_evaluate(def,':$1$2=',[stabchar,declstabnr]);
           st:='"'+def_stabstr_evaluate(def,symname,[])+st+ss;