* restored changes made in r24864 which I accidently overwrote with r24871

git-svn-id: trunk@24890 -
This commit is contained in:
florian 2013-06-13 18:38:35 +00:00
parent 30621e2e06
commit 7f6aa98553

View File

@ -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