From: spth Date: Mon, 17 Mar 2008 16:47:50 +0000 (+0000) Subject: Commented function parameters X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=61c6515b039a977d80942130e789e6fc0f243cf5;p=fw%2Fsdcc Commented function parameters git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5108 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 8bb1e392..f3d1602d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-03-17 Philipp Klaus Krause + + * src/z80/SDCCpeeph.c.c (callFuncByName): + Commented function parameters. + +2008-03-17 Philipp Klaus Krause + + * 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 * src/pic/gen.c (SetIrp,genNearPointerGet,genNearPointerSet): diff --git a/src/SDCCpeeph.c b/src/SDCCpeeph.c index 97fbb3b5..7a1f3f25 100644 --- a/src/SDCCpeeph.c +++ b/src/SDCCpeeph.c @@ -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;