Changeset 242 for trunk/hal/x86_64/core/hal_exception.c
- Timestamp:
- Jul 20, 2017, 10:29:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_exception.c
r234 r242 69 69 } 70 70 71 x86_lock(); 71 72 x86_printf("\n****** EXCEPTION OCCURRED ******\n"); 72 73 x86_printf("%s\n", (char *)buf); … … 77 78 x86_printf("-> va = %Z\n", rcr2()); 78 79 x86_printf("****** EXCEPTION OCCURRED ******\n\n"); 80 x86_unlock(); 79 81 80 82 while (1);
Note: See TracChangeset
for help on using the changeset viewer.