Changeset 195 for trunk/hal/x86_64/core/hal_context.c
- Timestamp:
- Jul 13, 2017, 12:28:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_context.c
r193 r195 52 52 53 53 /* set cpu context pointer in thread */ 54 thread->cpu_context = (void *)context;54 thread->cpu_context = (void *)context; 55 55 56 56 /* build the context */
Note: See TracChangeset
for help on using the changeset viewer.