mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 06:27:12 +01:00
Fix debug code on successful int 0x21 function ax=0x4800
git-svn-id: trunk@36261 -
This commit is contained in:
parent
ae349a3ccc
commit
301ed6d9b7
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user