Ignore:
Timestamp:
Jul 31, 2017, 2:10:39 PM (7 years ago)
Author:
max@…
Message:

Sync with TSAR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_context.c

    r234 r298  
    103103}
    104104
    105 void hal_cpu_context_save( thread_t * thread )
     105void hal_cpu_context_save( void * ctx )
    106106{
    107107        x86_panic((char *)__func__);
    108108}
    109109
    110 void hal_cpu_context_restore( thread_t * thread )
     110void hal_cpu_context_restore( void * ctx )
    111111{
    112112        x86_panic((char *)__func__);
Note: See TracChangeset for help on using the changeset viewer.