- Timestamp:
- Jun 19, 2013, 1:33:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/exceptions.c
r388 r417 11 11 void handle_except(int status, int cause, int epc) 12 12 { 13 boot_puts(" boot (default) exeption handler called: \r\n status ");13 boot_puts("tsar_boot (default) exception handler called: \r\n status "); 14 14 boot_putx(status); 15 15 boot_puts("\r\n cause "); 16 16 boot_putx(cause); 17 boot_puts(" (ex eption ");17 boot_puts(" (exception "); 18 18 boot_putx((cause >> 2) & 0x1f); 19 19 boot_puts(")\r\n epc ");
Note: See TracChangeset
for help on using the changeset viewer.