[Bug 1993] Mips conversion to PIC IRQ model
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Fri Dec 16 08:18:44 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1993
Sebastian Huber <sebastian.huber at embedded-brains.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastian.huber at embedded-br
| |ains.de
--- Comment #4 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2011-12-16 02:18:43 CST ---
The function declaration
void bsp_interrupt_dispatch(void);
should be removed.
This
static const char *cause_strings[32]
should be
static const char *const cause_strings[32]
?
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list