Changeset 298 for trunk/hal/x86_64/core/hal_context.c
- Timestamp:
- Jul 31, 2017, 2:10:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_context.c
r234 r298 103 103 } 104 104 105 void hal_cpu_context_save( thread_t * thread)105 void hal_cpu_context_save( void * ctx ) 106 106 { 107 107 x86_panic((char *)__func__); 108 108 } 109 109 110 void hal_cpu_context_restore( thread_t * thread)110 void hal_cpu_context_restore( void * ctx ) 111 111 { 112 112 x86_panic((char *)__func__);
Note: See TracChangeset
for help on using the changeset viewer.