+2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+ * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
+
2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
* src/SDCCast.c (decorateType),
if(ifx && !AOP_SIZE(result)){
- DEBUGpic16_emitcode ("; ***","%s %d CASE 1",__FUNCTION__,__LINE__);
symbol *tlbl;
+ DEBUGpic16_emitcode ("; ***","%s %d CASE 1",__FUNCTION__,__LINE__);
/* if they are both bit variables */
if (AOP_TYPE(left) == AOP_CRY &&
((AOP_TYPE(right) == AOP_CRY) || (AOP_TYPE(right) == AOP_LIT))) {
static void shiftRLong (operand *left, int offl,
operand *result, int sign)
{
- DEBUGpic16_emitcode ("; ***","%s %d",__FUNCTION__,__LINE__);
int size = AOP_SIZE(result);
int same = pic16_sameRegs(AOP(left),AOP(result));
- int i;
+ int i;
+ DEBUGpic16_emitcode ("; ***","%s %d",__FUNCTION__,__LINE__);
DEBUGpic16_emitcode ("; ***","%s %d offl:%d size:%d",__FUNCTION__,__LINE__,offl,size);