Commented function parameters
authorspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 17 Mar 2008 16:47:50 +0000 (16:47 +0000)
committerspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 17 Mar 2008 16:47:50 +0000 (16:47 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5108 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
src/SDCCpeeph.c

index 8bb1e392500f68f087e44e9891a467f9d8718b27..f3d1602d303681db7f01211f8ba92c12bd5ed078 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/SDCCpeeph.c.c (callFuncByName):
+         Commented function parameters.
+
+2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/ralloc.c (packRegsForAccUse2):
+         disabled a broken accumulator packing optimization (fixed #1292721).
+       * support/regression/tests/bug-1292721: Regression test for #1292721.
+
 2008-03-16 Raphael Neider <rneider AT web.de>
 
        * src/pic/gen.c (SetIrp,genNearPointerGet,genNearPointerSet):
index 97fbb3b54d4a6b0315a1db84317cc67011591489..7a1f3f258f5531de16371a58fd1f0e28f986a412 100644 (file)
@@ -1208,8 +1208,8 @@ ftab[] =                                // sorted on the number of times used
 static int
 callFuncByName (char *fname,
                 hTab * vars,
-                lineNode * currPl,
-                lineNode * endPl,
+                lineNode * currPl, /* first source line matched */
+                lineNode * endPl,  /* last source line matched */
                 lineNode * head)
 {
   int   i;