* device/include/stdint.h: added
[fw/sdcc] / src / xa51 / gen.c
index f30aed63336070f666a7aa870ab154c5f8ee1d2a..2eace67994a3c2b8faf960cdc1c2b2406b4d05b0 100755 (executable)
@@ -1207,7 +1207,7 @@ static iCode *hasInc (operand *op, iCode *ic, int osize) {
       }
     }
     /* if the operand used or deffed */
-    if (bitVectBitValue(OP_USES(op),lic->key) || (unsigned) lic->defKey == op->key) {
+    if (bitVectBitValue(OP_USES(op),lic->key) || lic->defKey == op->key) {
       return NULL;
     }
     /* if GOTO or IFX */