浏览代码

* element type of ansistrings is cchartype, not u8inttype

git-svn-id: trunk@12446 -
Jonas Maebe 16 年之前
父节点
当前提交
2cd1acc77d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/dbgdwarf.pas

+ 1 - 1
compiler/dbgdwarf.pas

@@ -2996,7 +2996,7 @@ implementation
            end;
          st_ansistring:
            begin
-             addstringdef('AnsiString',u8inttype,true,-1);
+             addstringdef('AnsiString',cchartype,true,-1);
            end;
          st_unicodestring:
            begin