Fix debug code on successful int 0x21 function ax=0x4800

git-svn-id: trunk@36261 -
This commit is contained in:
pierre 2017-05-19 21:30:14 +00:00
parent ae349a3ccc
commit 301ed6d9b7

View File

@ -56,7 +56,7 @@ begin
begin
result:=ptr(regs.ax,0);
{$ifdef DEBUG_TINY_HEAP}
writeln('SysOSAlloc returned= $',hexstr(seg(result),4),':$',hexstr(ofs(result),4));
writeln('SysOSAlloc returned= $',hexstr(seg(regs.ax),4),':$0');
{$endif}
end;
end;