瀏覽代碼

- rm TODO comment for overflow checking from tcg8086.a_op_const_reg, since
overflow checking should not be implemented there. It should only leave the
flags in place for the jo instruction, which the IMUL instruction already
does.

git-svn-id: trunk@26487 -

nickysn 11 年之前
父節點
當前提交
1a846e7c71
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      compiler/i8086/cgcpu.pas

+ 0 - 3
compiler/i8086/cgcpu.pas

@@ -524,9 +524,6 @@ unit cgcpu;
                     a_load_reg_reg(list,size,size,ax_subreg,reg);
 
                     ungetcpuregister(list,NR_AX);
-
-                    { TODO: implement overflow checking? }
-
                     exit;
                   end
                 else