浏览代码

Fix error in commit #42199

git-svn-id: trunk@42206 -
pierre 6 年之前
父节点
当前提交
49fed0c710
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;