Ignore:
Timestamp:
Aug 7, 2017, 11:19:27 AM (7 years ago)
Author:
max@…
Message:

Separate the CPU context from the trap frame.

File:
1 edited

Legend:

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

    r308 r335  
    5959 * Hexception handler.
    6060 */
    61 void hal_exception_entry(hal_cpu_context_t *ctx)
     61void hal_exception_entry(hal_trapframe_t *ctx)
    6262{
    6363        uint64_t excno = ctx->tf_trapno;
Note: See TracChangeset for help on using the changeset viewer.