Changeset 48 for trunk/hal/x86_64/hal_exception.c
- Timestamp:
- Jun 26, 2017, 12:08:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/hal_exception.c
r25 r48 36 36 #include <remote_spinlock.h> 37 37 38 #include <hal_internal.h> 39 38 40 void hal_do_exception( thread_t * this, 39 41 reg_t * regs_tbl ) 40 42 { 41 43 x86_panic((char *)__func__); 42 44 } 43 45 … … 45 47 reg_t * regs_tbl ) 46 48 { 47 49 x86_panic((char *)__func__); 48 50 } 49 51
Note: See TracChangeset
for help on using the changeset viewer.