Changeset 361 for trunk/hal/x86_64
- Timestamp:
- Aug 10, 2017, 11:30:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_context.c
r360 r361 67 67 */ 68 68 tf = &ctx->ctx_hidden_tf; 69 tf->tf_rdi = (uint64_t)thread->entry_args; 69 70 tf->tf_gs = GDT_FIXED_SEL(GDT_UDATA_SEL, SEL_UPL); 70 71 tf->tf_fs = GDT_FIXED_SEL(GDT_UDATA_SEL, SEL_UPL);
Note: See TracChangeset
for help on using the changeset viewer.