浏览代码

* compilation fix

git-svn-id: branches/avr@17021 -
florian 14 年之前
父节点
当前提交
b4d4d4b208
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/inc/generic.inc

+ 2 - 2
rtl/inc/generic.inc

@@ -1326,7 +1326,7 @@ end;
              HandleErrorFrame(215,get_frame);
 
            if sign then
-             fpc_mul_integer=-q3
+             fpc_mul_integer:=-q3
            else
              fpc_mul_integer:=q3;
         end;
@@ -1402,7 +1402,7 @@ end;
              HandleErrorFrame(215,get_frame);
 
            if sign then
-             fpc_mul_longint=-q3
+             fpc_mul_longint:=-q3
            else
              fpc_mul_longint:=q3;
         end;