Changeset 359 for trunk/hal/x86_64/core/hal_context.c
- Timestamp:
- Aug 10, 2017, 11:21:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_context.c
r342 r359 61 61 ctx->ctx_rsp0 = kstacktop & ~0xF; 62 62 ctx->ctx_tf = (uint64_t)&ctx->ctx_hidden_tf; 63 ctx->ctx_intr = INTRS_ENABLED; 63 64 64 65 /*
Note: See TracChangeset
for help on using the changeset viewer.