You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch allows a C++ interrupt handler name to be represented by a number, and while the name will be mangled as usual, the number survives for later linking. The patch provides for an optional numeric argument to the signal function.
An interrupt function prototype using this system for the same USART0 receiver interrupt looks like:
Good idea - a more complete implementation that mine (which was based on Marek's original). I assume it will use the number for the vector and not the "handler_name" (the C++ requirement).
Sun 12 Apr 2009 07:26:05 AM CEST
This patch allows a C++ interrupt handler name to be represented by a number, and while the name will be mangled as usual, the number survives for later linking. The patch provides for an optional numeric argument to the signal function.
An interrupt function prototype using this system for the same USART0 receiver interrupt looks like:
void IntName(void) attribute ((signal(18), __INTR_ATTRS));
file #17905: ClassInterrupts2.zip
This issue was migrated from https://savannah.nongnu.org/patch/?6805
The text was updated successfully, but these errors were encountered: