added comments
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
typedef void (*exception_handler)(void);
|
typedef void (*exception_handler)(void);
|
||||||
extern exception_handler SDRAM_VECTOR_TABLE[];
|
extern exception_handler SDRAM_VECTOR_TABLE[];
|
||||||
|
|
||||||
|
/*
|
||||||
|
* decipher Coldfire exception stack frame and print it out in cleartext
|
||||||
|
*/
|
||||||
void fault_handler(uint32_t pc, uint32_t format_status)
|
void fault_handler(uint32_t pc, uint32_t format_status)
|
||||||
{
|
{
|
||||||
int format;
|
int format;
|
||||||
|
|||||||
Reference in New Issue
Block a user