added comments

This commit is contained in:
Markus Fröschle
2013-08-04 18:39:27 +00:00
parent 2090f21359
commit 97e2834377

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;