mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
tosunits: fix a bug in vq_extnd
This commit is contained in:
parent
0e4e4b89ab
commit
13ed9a2277
@ -2167,9 +2167,9 @@ begin
|
||||
pb.intin := @_intin;
|
||||
pb.ptsin := @_ptsin;
|
||||
// work_out[0..44] = intout[0..44];
|
||||
pb.intout := @workout;
|
||||
pb.intout := PVDIIntOut(workout);
|
||||
// work_out[45..56] = ptsout[0..11];
|
||||
pb.ptsout := @workout[45];
|
||||
pb.ptsout := PVDIPtsOut(@workout[45]);
|
||||
|
||||
_intin[0]:=owflag;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user