Explorar o código

* fix warnings in cgobj for 8-bit alu cpus

git-svn-id: branches/z80@44825 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
70e90175e5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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);
                     exit;
                   end;
+                else
+                  ;
               end;
           end;
         OP_SHR:
@@ -2115,6 +2117,8 @@ implementation
                     a_load_const_reg(list,OS_8,0,GetNextReg(dst));
                     exit;
                   end;
+                else
+                  ;
               end;
           end;
 {$endif cpu8bitalu}