dattalo - Major commit! re-wrote register allocation and flow analysis.
[fw/sdcc] / src / pic / genarith.c
index a4e501bb7489af652e8d55a78d236be5c94a036c..832fa55f9ee86c092d00083a3514c1dedec43ae6 100644 (file)
@@ -786,6 +786,7 @@ void genPlus (iCode *ic)
     DEBUGpic14_emitcode(";","adding lit to something. size %d",size);
 
     genAddLit (ic,  lit);
+    goto release;
 
   } else if(AOP_TYPE(IC_RIGHT(ic)) == AOP_CRY) {