Browse Source

* use create_int_dataptr_unaligned instead of create_pint_unaligned in TDebugInfoDwarf.appendsym_absolute

git-svn-id: trunk@34837 -
nickysn 8 years ago
parent
commit
5bba79afb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/dbgdwarf.pas

+ 1 - 1
compiler/dbgdwarf.pas

@@ -2923,7 +2923,7 @@ implementation
                  end;
                  end;
                *)
                *)
                templist.concat(tai_const.create_8bit(3));
                templist.concat(tai_const.create_8bit(3));
-               templist.concat(tai_const.create_pint_unaligned(sym.addroffset));
+               templist.concat(tai_const.create_int_dataptr_unaligned(sym.addroffset));
                blocksize:=1+sizeof(puint);
                blocksize:=1+sizeof(puint);
             end;
             end;
           toasm :
           toasm :