Hi,
I am working on MSP4301611 and using msp430-gcc version 3.2. I am interested in using function pointers within my application. Do I need to mark the functions that would be accessed through function pointers as reentrant ?
Also what is the syntax for defining a pointer to a reentrant function.
I have tried many variations of the following but with no success.

typedef int (*func_ptr_t)(int x) __attribute__((reentrant));

Any help would be greatly appreciated.

Thanks,
-Ram


Reply via email to