* src/SDCCicode.c (operandOperation): really fixed problem with bitops
[fw/sdcc] / src / pic / gen.c
index 28d5db4e1663222fc8112aba877a1cac824271d4..9979c39a4d4816033592a68a4ebd6f099b85a99a 100644 (file)
@@ -9912,7 +9912,7 @@ genDummyRead (iCode * ic)
   pic14_emitcode ("; genDummyRead","");
   pic14_emitcode ("; not implemented","");
 
-  ic;
+  ic = ic;
 }
 
 /*-----------------------------------------------------------------*/