Cleaned up ds390 leftovers in the mcs51 port.
[fw/sdcc] / src / pic / ralloc.c
index 244947d8b753d0c490b273c898a6a65008c35659..3a0ab79c178aab7b25dd9715622ec3f627fbfbe5 100644 (file)
@@ -2334,7 +2334,7 @@ packRegsForOneuse (iCode * ic, operand * op, eBBlock * ebp)
 
   /* only upto 2 bytes since we cannot predict
      the usage of b, & acc */
-  if (getSize (operandType (op)) > (fReturnSize - 2) &&
+  if (getSize (operandType (op)) > (fReturnSizePic - 2) &&
       ic->op != RETURN &&
       ic->op != SEND)
     return NULL;