We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, In our project we are using function pointers. After compiling the project, we got "RECURSIVE CALL TO SEGMENT" warning. By selecting OVERLAY (sfname ! *)in BL51, that warnings was removed. If we add function name in OVERLAY, will it allocate diffrent memory for local variables and function argumants?. How it is diffrent from by difining same function as rentrant function ?. Thanks in advance..
Hi, Thanks for ur suggestions... If we wnat to use OVERLAY directive, we have to select OVERLAY (sfname ! *)in BL51 or NOOVERLAY in Misc controls. Is there any other way to define in .C file itself like #pragma... Thanks in advance