Ambiguities in argument names in the ListFile

Beta Testing discussion on mikroPascal PRO for PIC.
Post Reply
Author
Message
Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

Ambiguities in argument names in the ListFile

#1 Post by Dany » 13 Oct 2010 11:54

This has not popped up in v4.10, it is already long the case in older mP versions.
Furthermore it does not hamper software development with mP v4.10 (nor the compiler, nor the IDE are erroneous here).


Hi, in the listfile it is not possible to see in which unit function parameter variables are declared in case function names in different units are reused.

For example project: see post http://www.mikroe.com/forum/viewtopic.php?f=86&t=27303.

The listfile shows:

Code: Select all

0x0015       [1]    FARG_SameName_xxx
0x0015       [1]    FARG_SameName_yyy
The reader of the listfile can see in which routine the arguments xxx and yyy are used (in this case "SameName"), but, since there are 2 different "SameName" routines, the reader does not know which parameter belongs to which one.

Thanks in advance! :D :D
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Ambiguities in argument names in the ListFile

#2 Post by zristic » 14 Oct 2010 08:05

Ok, we'll see what to do about it.
Thanks for the report.

Post Reply

Return to “mikroPascal PRO for PIC Beta Testing”