mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* web bug #716
This commit is contained in:
parent
65cd1cdbc7
commit
6f2f60d8ee
@ -222,8 +222,8 @@ Regs.Eax := $5700;
|
||||
RealIntr($21, Regs);
|
||||
if Regs.Flags and CarryFlag <> 0 then result := -Regs.Ax
|
||||
else begin
|
||||
LongRec(result).Lo := Regs.Edx;
|
||||
LongRec(result).Hi := Regs.Eax;
|
||||
LongRec(result).Lo := Regs.cx;
|
||||
LongRec(result).Hi := Regs.dx;
|
||||
end ;
|
||||
end;
|
||||
|
||||
@ -454,7 +454,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 1999-08-26 11:02:50 peter
|
||||
Revision 1.9 1999-11-25 15:55:52 pierre
|
||||
* web bug 716
|
||||
|
||||
Revision 1.8 1999/08/26 11:02:50 peter
|
||||
* findclose freemem fixed
|
||||
|
||||
Revision 1.7 1999/08/24 13:14:28 peter
|
||||
|
Loading…
Reference in New Issue
Block a user