mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-24 08:09:19 +02:00
* restored changes made in r24864 which I accidently overwrote with r24871
git-svn-id: trunk@24890 -
This commit is contained in:
parent
30621e2e06
commit
7f6aa98553
@ -5853,8 +5853,8 @@ Begin
|
||||
begin
|
||||
intval.low := int64rec(AbsA).low;
|
||||
intval.high := int64rec(AbsA).high;
|
||||
shift64RightJamming( intval.low, intval.high, - shiftCount,
|
||||
intval.low, intval.high);
|
||||
shift64RightJamming( intval.high, intval.low, - shiftCount,
|
||||
intval.high, intval.low);
|
||||
int64rec(absA).low := intval.low;
|
||||
int64rec(absA).high := intval.high;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user