Changeset 335 for trunk/hal/x86_64/core/hal_exception.c
- Timestamp:
- Aug 7, 2017, 11:19:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_exception.c
r308 r335 59 59 * Hexception handler. 60 60 */ 61 void hal_exception_entry(hal_ cpu_context_t *ctx)61 void hal_exception_entry(hal_trapframe_t *ctx) 62 62 { 63 63 uint64_t excno = ctx->tf_trapno;
Note: See TracChangeset
for help on using the changeset viewer.