fixed a push/pop problem
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 21 Oct 2000 21:52:14 +0000 (21:52 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 21 Oct 2000 21:52:14 +0000 (21:52 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@482 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/mcs51/gen.c

index 49dfe21a6c23d867871d1651771ac9a1d4ddcc80..b468463f063591aa51e55c198ee777c4cdb7b163 100644 (file)
@@ -7119,7 +7119,7 @@ static void genAssign (iCode *ic)
     }
     
 release:
-    freeAsmop (right,NULL,ic,FALSE);
+    freeAsmop (right,NULL,ic,TRUE);
     freeAsmop (result,NULL,ic,TRUE);
 }