mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 21:05:22 +08:00
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c: Make _defaultExcHandler static.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* cpu.c: Make _defaultExcHandler static.
|
||||
|
||||
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
PR 1914/cpukit
|
||||
|
||||
@@ -119,7 +119,7 @@ struct Frame_ {
|
||||
uintptr_t pc;
|
||||
};
|
||||
|
||||
void _defaultExcHandler (CPU_Exception_frame *ctx)
|
||||
static void _defaultExcHandler (CPU_Exception_frame *ctx)
|
||||
{
|
||||
unsigned int faultAddr = 0;
|
||||
printk("----------------------------------------------------------\n");
|
||||
|
||||
Reference in New Issue
Block a user