Explorar el Código

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

git-svn-id: trunk@30638 -
nickysn hace 10 años
padre
commit
75ec4adcf9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;