Browse Source

* fixed compilation of lnfodwrf in the i8086 medium and compact memory models

git-svn-id: trunk@30638 -
nickysn 10 years ago
parent
commit
75ec4adcf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/lnfodwrf.pp

+ 1 - 1
rtl/inc/lnfodwrf.pp

@@ -755,7 +755,7 @@ begin
 end;
 
 
-function DwarfBackTraceStr(addr : Pointer) : shortstring;
+function DwarfBackTraceStr(addr : CodePointer) : shortstring;
 var
   func,
   source : string;