X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fz80%2Fgen.c;h=8562c69a54ad76ed2faef643c886cec6c1c2f687;hb=d2da99feec099aa224e1db53bc5a1ed42ed51ec9;hp=2818150f3b63aedbdad12a2ea27e8d9239313ce5;hpb=7c10ac7e90bbe4388df1271052c3b01cb1a230b1;p=fw%2Fsdcc diff --git a/src/z80/gen.c b/src/z80/gen.c index 2818150f..8562c69a 100644 --- a/src/z80/gen.c +++ b/src/z80/gen.c @@ -2397,7 +2397,7 @@ genUminusFloat (operand * op, operand * result) emitDebug("; genUminusFloat"); /* for this we just need to flip the - first it then copy the rest in place */ + first bit then copy the rest in place */ size = AOP_SIZE (op) - 1; _moveA(aopGet (AOP (op), MSB32, FALSE)); @@ -7431,7 +7431,7 @@ _rleCommit(RLECTX *self) chunks. */ static void -_rleAppend(RLECTX *self, int c) +_rleAppend(RLECTX *self, unsigned c) { int i;