added comments

This commit is contained in:
Markus Fröschle
2013-08-04 18:39:27 +00:00
parent 89842ea0d6
commit 0ba4a66da0

View File

@@ -10,6 +10,9 @@
typedef void (*exception_handler)(void);
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)
{
int format;