浏览代码

* fix warnings in cgobj for 8-bit alu cpus

git-svn-id: branches/z80@44825 -
nickysn 5 年之前
父节点
当前提交
70e90175e5
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      compiler/cgobj.pas

+ 4 - 0
compiler/cgobj.pas

@@ -2103,6 +2103,8 @@ implementation
                     a_load_const_reg(list,OS_8,0,dst);
                     a_load_const_reg(list,OS_8,0,dst);
                     exit;
                     exit;
                   end;
                   end;
+                else
+                  ;
               end;
               end;
           end;
           end;
         OP_SHR:
         OP_SHR:
@@ -2115,6 +2117,8 @@ implementation
                     a_load_const_reg(list,OS_8,0,GetNextReg(dst));
                     a_load_const_reg(list,OS_8,0,GetNextReg(dst));
                     exit;
                     exit;
                   end;
                   end;
+                else
+                  ;
               end;
               end;
           end;
           end;
 {$endif cpu8bitalu}
 {$endif cpu8bitalu}