* src/SDCCicode.c (operandOperation): really fixed problem with bitops
[fw/sdcc] / src / pic16 / gen.c
index 35eebd89c4a0358db87a6b734875e77861824951..cf80da3c1f5357f48c60b2fa4ee539a20f97745c 100644 (file)
@@ -9972,7 +9972,7 @@ genDummyRead (iCode * ic)
   pic16_emitcode ("; genDummyRead","");
   pic16_emitcode ("; not implemented","");
 
-  ic;
+  ic = ic;
 }
 
 /*-----------------------------------------------------------------*/