Hi, I have a code where I have used array of a function pointer, which lies in the code area. I have used OVERLAY in the linker option. After compiling these code I got warnings for L13 for around 10 functions. To correct that I have used re-entratnt keyword method, with that now I am getting warning with only 3 functions. Why so different behavior??
Regards, Dixit