Преглед изворни кода

* fixed typo in comment

git-svn-id: trunk@15264 -
Jonas Maebe пре 15 година
родитељ
комит
7d049c2c8d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/cgobj.pas

+ 1 - 1
compiler/cgobj.pas

@@ -1717,7 +1717,7 @@ implementation
                       end
                     else
                       begin
-                        { Y-x = -(Y-x) }
+                        { Y-x = -(x-Y) }
                         a_op_const_reg_reg(list,OP_SUB,OS_INT,loadbitsize,sref.bitindexreg,tmpindexreg);
                         a_op_reg_reg(list,OP_NEG,OS_INT,tmpindexreg,tmpindexreg);
                         a_load_const_reg(list,OS_INT,aint((aword(1) shl sref.bitlen)-1),maskreg);