浏览代码

* shift128right last parameter should also by var type

git-svn-id: trunk@14993 -
pierre 15 年之前
父节点
当前提交
cee190b1f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/softfpu.pp

+ 1 - 1
rtl/inc/softfpu.pp

@@ -648,7 +648,7 @@ End;
 | which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
 *----------------------------------------------------------------------------*}
 
-procedure shift128Right(a0: bits64; a1: bits64; count: int16; var z0Ptr: bits64; z1Ptr : bits64);
+procedure shift128Right(a0: bits64; a1: bits64; count: int16; var z0Ptr: bits64; var z1Ptr : bits64);
 var
     z0, z1: bits64;
     negCount: int8;