summaryrefslogtreecommitdiff
path: root/compiler/dbgstabx.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dbgstabx.pas')
-rw-r--r--compiler/dbgstabx.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dbgstabx.pas b/compiler/dbgstabx.pas
index 08f214af66..9ccef94702 100644
--- a/compiler/dbgstabx.pas
+++ b/compiler/dbgstabx.pas
@@ -158,7 +158,7 @@ implementation
declstabnr:=def_stab_number(def)
end;
if (symname='') or
- not(def.typ in tagtypes) 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;