Changeset 694 for trunk/softs/tsar_boot/src/reset_exception.c
- Timestamp:
- May 17, 2014, 11:59:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/reset_exception.c
r586 r694 9 9 #include <reset_tty.h> 10 10 11 void handle_except(int status, int cause, int epc )11 void handle_except(int status, int cause, int epc, int dbvar) 12 12 { 13 13 reset_puts("\n[RESET] exception handler called: \r\n status "); … … 19 19 reset_puts(")\r\n epc "); 20 20 reset_putx(epc); 21 reset_puts("\r\n dbvar "); 22 reset_putx(dbvar); 21 23 reset_puts("\r\n"); 22 24 while (1);
Note: See TracChangeset
for help on using the changeset viewer.